Skip to content

raushanraj99/node_js_todo_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Note: complete backend api of nodejs for Crud Operations with user authentication

api information

user endpoints domain.com/api/v1/users/new ( post register ) domain.com/api/v1/users/login ( post ) domain.com/api/v1/users/logout ( get ) domain.com/api/v1/users/me (get, user data after authentication )

task endpoints domain.com/api/v1/task/ ( routes ) domain.com/api/v1/task/new ( post, after authentication, new task creation ) domain.com/api/v1/task/my ( get, after authentication get my task ) domain.com/api/v1/task/:id ( put, update the task, delete the task )

About

A Backend api on Nodejs using mongoDB for database with proper user authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors