Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/logchimp/logchimp

Track your customers feedback to build better products with LogChimp. ⭐️ Star to support our work!
https://github.com/logchimp/logchimp

common class name of input fields

Share css styles for all kind of input fields using `input__field` class name.

6b269cc02e0cb5b000e498c5d120fda76dc34ffa authored almost 5 years ago
remove category_id & status_id from create post API

remove NOT NULL from post database table column category_id & status_id.

3b017acd1d3fd72d92c70d19305c095196f82db3 authored almost 5 years ago
fetch latest posts on mounted (#21)

4bad58a5b0a8a0acdb362525dde8eb64d3c56be1 authored almost 5 years ago
add login feat using axios postStoring member login data to localStorage (member_id and token) (#19)

c4f5017b3f3b8294e3db1c59157636eabd30dcad authored almost 5 years ago
fix: local data property name "password" (#20)

109dfe80e029ea32414694e7bed01d88f1fff651 authored almost 5 years ago
link to post using slug props

Use router-link to link to post using slug passes as props.

c7a21ffcb2a75496606ca6e37d4a9d812c6641cb authored almost 5 years ago
fix: bar icon viewBox attribute

ab186188be8beb9d70ae573212204a039f66199a authored almost 5 years ago
Header & Navbar (#15)

* dropdown component

Create dropdownGroup and dropdownItem component

* base container clas...

6a76fa4b8252da840d9e3bf8e258bbf6ebad97bb authored almost 5 years ago
Vue router and homepage (#16)

* install [email protected] package

* setup vue-router with vue instance

* add router-view ...

a9d91f00b714bda2763f27a9a559586b567bdfdb authored almost 5 years ago
create post component (#17)

Showing number of upvotes, title, bodyMarkdown.

6739d154feb24457273cfc8d205f8cf690896bf7 authored almost 5 years ago
posts APIs (#14)

* posts API

Creating all posts related APIs with CRUD opereation.

* replace bcrypt to bcry...

3d1e88f4e50851039ef85ae82744ec6067596a9b authored about 5 years ago
remove default vue-cli project files

81830dbe7293eed628ba35387d3205c524645827 authored about 5 years ago
Auth modal (login & signup) (#11)

* install [email protected] package

* create primary button component

* create text input compo...

cc020fc4e3dad348a7940246396d9ce2112547d4 authored about 5 years ago
Token validation middleware (#13)

* token validation middleware

Getting the token from the request headers and using it for val...

c7916e8148515cc711078c7b49110ff85b6f70c8 authored about 5 years ago
Create FUNDING.yml

5e82cc4d2fe2ff316169d118083af62f28f50d5f authored about 5 years ago
Added validation for signup request (#12)

* Added validation for signup request

* Updated error handler code structure

49666cc1e6a3bd736bf89aeafc98704237544dbd authored about 5 years ago
Login API (#4)

* export auth modules from auth.js

* login API

By providing email and password returns mem...

b2b7b7891f8b6427c7f1bcf8fb2e5a27fa95678d authored about 5 years ago
Added bcrypt + few additional settings for DB config. (#9)

* Added bcrypt + few additional settings for DB config.

* Fixed merge conflict and un-did app...

c609b5abef979548fadae1063c50b5406dd2066c authored about 5 years ago
remove eslint configuration from package.json (#10)

da446927ba8ce01a13215b2848e92d21a11a34d3 authored about 5 years ago
Bash scripts for database setup (#6)

* bash scripts to create tables

This bash scripts creates all the table require for logchimp ...

64dd04f2a20e255b5e4c0592e65679106f553a52 authored about 5 years ago
create editor configuration file

87269211a359d660431b9d8173e7f10863970160 authored about 5 years ago
update [email protected] & create configuration file

1b32fd5a7b52ff9d852579924400c396236b76a8 authored about 5 years ago
Signup APIs (#1)

* Find member, save new member to database with hash password

Validate member before adding n...

5b98279c823cd2a77f13e81c8177ce747452ba81 authored about 5 years ago
Require v1 routes in app.js

Using version naming as v1, v2 for easy track of different version of backend APIs

b6c7b688af4f0070e15a95f818e9ce008bc9e639 authored about 5 years ago
Require CORS using with express app

To development purposes enabling CORS for all domain requests.

011affb0ff05a74a5a6fc9f4e5b529cd65ee920d authored about 5 years ago
Install [email protected] package

9bc444601596aca158d7a3589c736c798e3ea9cc authored about 5 years ago
connect database and start express server

50398072094fec32169f2bda8f19d08dcd54ba4e authored about 5 years ago
export postgresql client connection module

6e517d6bda3bf44f07312188052e29aaff9aa23e authored about 5 years ago
ignore .env files in gitignore

4f905f48207dfcbbc0d140c1a4120917dfb38ad6 authored about 5 years ago
split scripts into client and server

13c932b71a0bd7d2c329615d0500756763dd4aff authored about 5 years ago
install express, pg and nodemon package

5861bdb679d691c391ba5166fd1edeb0b929f29b authored about 5 years ago
init

fb7190a4aa8e1da9ec977dd1d4c8dfab9d536be4 authored about 5 years ago