https://github.com/reshnivisionx/basic-crud-operations-with-node-js
Basic crud operations performed with Node js in MongoDB with the help of Postman API
https://github.com/reshnivisionx/basic-crud-operations-with-node-js
express-middleware expressjs mongodb nodejs postman rest-api
Last synced: 5 months ago
JSON representation
Basic crud operations performed with Node js in MongoDB with the help of Postman API
- Host: GitHub
- URL: https://github.com/reshnivisionx/basic-crud-operations-with-node-js
- Owner: reshniVisionX
- Created: 2023-10-24T07:55:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T16:25:21.000Z (about 2 years ago)
- Last Synced: 2025-05-30T07:37:04.273Z (10 months ago)
- Topics: express-middleware, expressjs, mongodb, nodejs, postman, rest-api
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Working with
**Web Browser**
**Rest API**
- HTTP
- GET
- POST
- PATCH (minor changes)
- PUT (huge change)
- DELETE
**Postman**
- Used to test REST APIs
**Web Framework**
- Express
**Runtime Environment**
- Node.js
**Database**
- MongoDB
**Editor**
- Visual Studio Code
---
## Packages to Install
1. npm init
2. npm install express
3. npm install mongodb
4. npm install mongoose
5. npm install nodemon
6. nodemon --save-dev