Skip to content

Notes REST API developed using NodeJS, ExpressJS with User Authentication and CRUD operations integrated with MongoDB Database πŸ“πŸ§©

License

Notifications You must be signed in to change notification settings

TharunBalaji2004/notes-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Notes CRUD Operations API

API Route API Endpoint HTTPS Method Payload Fields Description Authentication Token
- / GET - Root path ❌
User /users/signup POST username, email, password To Signup new user ❌
User /users/signin POST email, password To Login existing user ❌
Note /note GET - To get all notes respective to user βœ…
Note /note POST title, description To add and save new note βœ…
Note /note:noteId PUT title, description To update existing note βœ…
Note /note:noteId DELETE - To delete existing note βœ…

About

Notes REST API developed using NodeJS, ExpressJS with User Authentication and CRUD operations integrated with MongoDB Database πŸ“πŸ§©

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published