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

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

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
``````