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

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

3. Verify your email.

4. Now login into your Mongo account.

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

6. Select free Shared 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.

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

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

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

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

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

13. Now select 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.

Last updated
Was this helpful?