alisamirali / nodejs-crud-app

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

Home Page:https://nodejs-crud-app-3htf.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://nodejs-crud-app-3htf.onrender.com


Languages

Language:JavaScript 100.0%