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.
- Host: GitHub
- URL: https://github.com/alisamirali/nodejs-crud-app
- Owner: alisamirali
- Created: 2024-02-15T09:31:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T10:12:20.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T07:24:32.179Z (about 1 year ago)
- Topics: backenddeveloper, backenddevelopment, expressjs, javascript, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage: https://nodejs-crud-app-3htf.onrender.com
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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