Mongo DB

  1. Sign in or create a new account from here. If you already have a mongo account skip to step 4.

Mongo

2. Sign up (If you don't have mongo account) at https:\\www.mongodb.com .

Sign up

3. Verify your email.

Email verify

4. Now login into your Mongo account.

Log in

5. If you get the survey form, fill it.

Survey Form

6. Select free Shared plan.

Select Plan

7. Now select a cloud provider and a server region. You can also change the name of your cluster if you want. After that click on Create Cluster.

Select Plan

8. After this, click on Database Access under Security from the left panel.

Select Database access

9. Now we have to create a Database User. Remember to put the privilege of atlas admin.

Create Database User

10. After this, click on Network Access under Security from the left panel.

Select Network Access

11. Now we have to add 0.0.0.0/0 as IP address.

Add IP

12. From the dashboard of your cluster, click on connect.

Click on Connect

13. Now select Connect your Application.

Click on Connect your Application

14. Select Python with version 3.6 or later. After that, you will get mongo URI. Now u only have to replace <password> with the admin password you created in step 9.

Click on Connect your Application

Last updated

Was this helpful?