An open API service indexing awesome lists of open source software.

https://github.com/alisamirali/nodejs-crud-app

Simple CRUD App using Node.js, Express.js, and MongoDB.
https://github.com/alisamirali/nodejs-crud-app

backenddeveloper backenddevelopment expressjs javascript mongodb mongoose nodejs

Last synced: 10 months ago
JSON representation

Simple CRUD App using Node.js, Express.js, and MongoDB.

Awesome Lists containing this project

README

          

## CRUD-APP

### Simple CRUD App using Node.js, Express.js, and MongoDB.

---

- GET GetProducts

`http://localhost:3000/api/products`

- POST CreateProduct

`http://localhost:3000/api/products`

- GET GetProduct

`http://localhost:3000/api/products/:id`

- PUT UpdateProduct

`http://localhost:3000/api/products/:id`

- DELETE DeleteProduct

`http://localhost:3000/api/products/:id`

- GET TestServer

`http://localhost:3000/`

---

## Postman Collection:
https://documenter.getpostman.com/view/20871887/2sA2r6X4LQ