Skip to content

ninetyone/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoApp using Node.js

Run:

npm start

Test:

npm test

Sample:

Use Postman and meet me here

API Documentation:

POST /user - Create a new user

GET /user/me - Verify the auth token

POST /user/login - Login user

DELETE /user/me/token - Delete the auth token

POST /todo - Create a task for a user

GET /todos - Get the list of tasks of a user

GET /todo/:id - Get a user task using task id

DELETE /todo/:id - Delete a user task

PATH /todo/:id - Update a user task

About

REST API, supports multiple users and manages their todos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published