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 | β |
-
Notifications
You must be signed in to change notification settings - Fork 0
Notes REST API developed using NodeJS, ExpressJS with User Authentication and CRUD operations integrated with MongoDB Database ππ§©
License
TharunBalaji2004/notes-crud-api
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Β | Β | |||
Repository files navigation
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 0
No packages published