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
- Host: GitHub
- URL: https://github.com/hardikaz/mongodbconnection
- Owner: Hardikaz
- Created: 2023-08-20T10:26:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T10:31:01.000Z (almost 3 years ago)
- Last Synced: 2025-02-28T22:51:23.500Z (over 1 year ago)
- Topics: database, mongodb
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- npm init : to install node modules
- npm i mongodb : to install mongodb
- Run mongoDB on cmd => mongd(command)