Step 1:
- Created an account on dev.to, to write a blog on hands on session of NOSQL Expert Session.
-
You will see a home page like this.
Next , we write a blog by clicking the create post button in top right of the Home page.
You will See a page like this, where you can type your blog, preview your post and post it by clicking the publish button at the bottom left.
Step 2:
- Created an account on mongodb.atlas.
-
Created a organization and create a free cluster in that organization.
-
Loaded the sample dataset by default in your cluster.
-
Created a new database by our name and Coleection by our roll_no.
-
Insert a document in that collection.
-
Allow the IP address to access your database.
-
Create an user with password and give them the access to read & write in your database.
-
Copy the Connection String from the Cluster.
-
Connect the MongoDB Compass with the copied Connection String just by replacing your username & password.
You will see a page like this, and paste your connection string in that box and connect. -
After Connection, You will see a page like this where you will able see your inserted document in atlas.











Top comments (2)
niceππ
nice man good explanation