@version 1.0.0
A simple API to manage notes.
Download the project and run the next commands:
$ npm i
$ npm start
api/v1/
GET | api/v1/me
POST | api/v1/verifyToken
POST | api/v1/login
POST | api/v1/signup
PUT | api/v1/me/edit
GET | /notes
GET | /notes:id
POST | /createNote
PUT | /notes/:id
DELETE | /notes/:id
GET | /groups
GET | /groups/:id
GET | /groups/:id/notes
POST | /groups/new
POST | /groups/:code/join
POST | /groups/:id/newNote
DELETE | /groups/:code/notes/:id