Skip to content

SimpleNotesApp backend using NodeJs and Express

Notifications You must be signed in to change notification settings

LKezHn/SNA_backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notes App

@version 1.0.0

A simple API to manage notes.

How install

Download the project and run the next commands:

    $ npm i
    $ npm start

End Points

All the EndPoints was initialize with:

    api/v1/

User End Points

    GET  | api/v1/me 
    POST | api/v1/verifyToken
    POST | api/v1/login 
    POST | api/v1/signup 
    PUT  | api/v1/me/edit 

Notes End Points

    GET    | /notes
    GET    | /notes:id
    POST   | /createNote  
    PUT    | /notes/:id
    DELETE | /notes/:id

Groups End Points

    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

About

SimpleNotesApp backend using NodeJs and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published