urveshtanna / mongo-db-todo

First Application on Mongodb. Creating basic todo APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mongo-db-todo

First Application on Mongodb. Creating basic todo APIs

method : GET
url : localhost:3000/todos
reponse : return all the todo


method : POST
url : localhost:3000/todos
body : 
{
	"text" : "Some Text todo"
}
response : return a todo object with its ID and sets default value is_completed to false


Click this to automatically add the collections to your Postman

About

First Application on Mongodb. Creating basic todo APIs


Languages

Language:JavaScript 100.0%