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

https://github.com/hardikaz/mongodbconnection

Here i have established connection with mongoDB on local machine server for development purpose using the new version
https://github.com/hardikaz/mongodbconnection

database mongodb

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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)