https://github.com/bipul-hossein/mongodb-crud
Here are some steps of MongoDB crude operation. which makes MongoDB integration easier.
https://github.com/bipul-hossein/mongodb-crud
database mongodb
Last synced: about 2 months ago
JSON representation
Here are some steps of MongoDB crude operation. which makes MongoDB integration easier.
- Host: GitHub
- URL: https://github.com/bipul-hossein/mongodb-crud
- Owner: bipul-hossein
- Created: 2022-11-06T09:02:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-09T11:44:01.000Z (over 3 years ago)
- Last Synced: 2025-01-22T06:32:53.905Z (over 1 year ago)
- Topics: database, mongodb
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Mongodb-CRUD](https://www.mongodb.com/docs/drivers/node/current/usage-examples/insertOne/)
step.1 First install mongodb(npm i mongodb)
2. Go to mongodb account
3. Create a New Database User
4. Go to SECURITY>Network Access and ip Address public
5. Then go DEPLOYMENT>Database and Connect your Aplication and copy the code; paste the server site.
6. Search node mongodb crud
7. Go [Insert a Document](https://www.mongodb.com/docs/drivers/node/current/usage-examples/insertOne/)
### Exam.
9. [Client Site repo](https://github.com/bipul-hossein/CRUD-Operations/)
10. [Server site repo](https://github.com/bipul-hossein/CRUD-Server)