https://github.com/hardikaz/mongooseconnection
I have established connection with the database using Mongoose.
https://github.com/hardikaz/mongooseconnection
database mongoose
Last synced: 2 months ago
JSON representation
I have established connection with the database using Mongoose.
- Host: GitHub
- URL: https://github.com/hardikaz/mongooseconnection
- Owner: Hardikaz
- Created: 2023-08-20T12:27:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T12:31:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T12:32:50.660Z (over 1 year ago)
- Topics: database, mongoose
- 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
# MongooseConnection
I have established connection with the database using Mongoose.
- npm init: download node modules
- npm i mongoose: to download mongoose
- Run monogo database server on your local machine : mongod(command)