Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 291 Bytes

MongoDBConnection

Here i have established connection with mongoDB on local machine server for development purpose using the new version

  1. npm init : to install node modules
  2. npm i mongodb : to install mongodb
  3. Run mongoDB on cmd => mongd(command)