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

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

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