Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 520 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 520 Bytes

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