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

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.

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)