Skip to content

nabaraj/node-mongodb-api

Repository files navigation

node-mongodb-api

To Start Project

npm install
npm start
npm run test \\for single test run
npm run test:watch \\test with watch

api is available here

Support Calls

Name Method Path
Show Product lists GET /shoppingList
Post new product POST /shoppingList/add
Get by ID GET /shoppingList/:id
Delete product DELETE /delete/:id
Sort Productlist GET shoppingList/?sortBy=field name&orderBy=asc or desc
------ Todo Route ------
Show all todo list GET /todos
Show todo by id GET /todos/:id
update todo by id POST /update/:id

About

basic application using node and mongodb

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published