๐ Quick Start
For the impatient, AKA all of us:
Install Compassโ
To use work through the exercises, we need to install the official MongoDB GUI. Download and install Compass.
Connect Compass to your Atlas clusterโ
1. Click on the "Add connection" button on the home pageโ
2. Paste your connection string after updating your password and click on the "Save and Connect" buttonโ
3. Select the library databaseโ
4. Click on the "Open MongoDB shell" buttonโ
5. Switch to the library database in the shellโ
Once the shell is loaded, execute: use library
to ensure you are in the correct database.
That's it for the setup, let's get our hands dirty!