Skip to content

A simple REST API following standard practices using express, nodejs and mongoDB

Notifications You must be signed in to change notification settings

Bit-Sahil04/todo-api

Repository files navigation

TODO-REST-API

A simple todo list REST API built using express, nodejs and mongodb

Endpoints:

  • POST /login - log in existing user
  • POST /signup - sign up as a new user
  • GET /todos - get user specific list of todos
  • POST /todos - create a new todo item
  • PUT /todos/:id - update an existing todo
  • DELETE /todos/:id - delete an existing todo item
  • GET /todos/:id - get a single todo

About

A simple REST API following standard practices using express, nodejs and mongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published