Create Database
~10 mins
Prerequisite: Mongo Atlas URL
- Create Mongo DB Cluster
Connect Database in Mongo Atlas
- Create Database 'bankapp_db'
Connect Database using MongoShell
mongo "mongodb+srv://cluster0.y9bq7.mongodb.net/bankapp_db" --username naresh
Enter Password:
List Collections(List Tables)
show collections;