https://github.com/survi218/node-mongodb
Node Application interact with MongoDB database using MongoDB Driver
https://github.com/survi218/node-mongodb
assert json-data mongo mongo-repl mongodb mongodb-database mongodb-driver nodejs nodejs-modules server
Last synced: about 2 months ago
JSON representation
Node Application interact with MongoDB database using MongoDB Driver
- Host: GitHub
- URL: https://github.com/survi218/node-mongodb
- Owner: survi218
- Created: 2017-06-04T22:38:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T22:58:59.000Z (about 9 years ago)
- Last Synced: 2025-03-16T07:16:20.102Z (over 1 year ago)
- Topics: assert, json-data, mongo, mongo-repl, mongodb, mongodb-database, mongodb-driver, nodejs, nodejs-modules, server
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-mongodb
* install the Node MongoDB driver module and configure your Node application to communicate with the MongoDB server.
- Install and use the Node MongoDB driver
- Interact with the MongoDB database from a Node application
- Installing the Node MongoDB Driver Module
- Create a new folder named node-mongodb and move into the folder.
- Install the Node MongoDB driver and the Assert module by typing the following at the prompt:
``````
npm install mongodb --save
npm install assert --save
``````