https://github.com/varundeva/nodejs-mongodb-crud
Crud Operation Using NodeJS and MongoDB [No Frontend]
https://github.com/varundeva/nodejs-mongodb-crud
body-parser express-js expressjs mongodb mongodb-database node-js nodejs nodejs-server
Last synced: 3 months ago
JSON representation
Crud Operation Using NodeJS and MongoDB [No Frontend]
- Host: GitHub
- URL: https://github.com/varundeva/nodejs-mongodb-crud
- Owner: varundeva
- Created: 2020-03-07T16:55:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T02:58:05.000Z (over 6 years ago)
- Last Synced: 2026-01-03T14:38:10.760Z (6 months ago)
- Topics: body-parser, express-js, expressjs, mongodb, mongodb-database, node-js, nodejs, nodejs-server
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-mongodb-crud
Crud Operation Using NodeJS and MongoDB

[](https://GitHub.com/Naereen/StrapDown.js/issues/)
[](https://github.com/ellerbrock/open-source-badges/)
**Clone Project or Download zip and Extract**
```sh
https://github.com/varundeva/nodejs-mongodb-crud.git
```
**Install Required npm Packages**
```sh
$ cd nodejs-mongodb-crud
$ npm i express
$ npm i mongodb
$ npm i body-parser
```
**Create Database and Collection in MongoDB**
Use MongoDB Shell or MongoDB Compass to Create and Manage Database
```sh
Create Database - "ShoppingCart"
Create Collection - "Products"
```
**Run Node Project**
```sh
-app.js is entry point
-run node app.js
-using Post Man Software interact
```
**Free Software, Hell Yeah!**