|
1 | 1 | # 👐 Quick Start
|
2 | 2 |
|
3 |
| -For the impatient, AKA all of us: [mdb.link/jedee](https://mdb.link/jedee) |
4 |
| -<!-- |
5 |
| -## Install Compass |
6 |
| - |
7 |
| -To use work through the exercises, we need to install the official MongoDB GUI. [Download and install Compass](https://www.mongodb.com/try/download/compass). |
8 |
| - |
9 |
| -## Connect Compass to your Atlas cluster |
10 |
| - |
11 |
| -### 1. Click on the "Add connection" button on the home page |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| -### 2. Paste your connection string after updating your password and click on the "Save and Connect" button |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| -### 3. Select the library database |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| -### 4. Click on the "Open MongoDB shell" button |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| -### 5. Switch to the library database in the shell |
28 |
| - |
29 |
| -Once the shell is loaded, execute: `use library` to ensure you are in the correct database. |
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| -That's it for the setup, let's get our hands dirty! |
34 |
| ---> |
| 3 | +1. Sign in to Github, and open this repository: [mdb.link/jedee](https://mdb.link/jedee) |
| 4 | +2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main` |
| 5 | +3. Wait for the codespace to load completely |
| 6 | +4. Click on the MongoDB extension |
| 7 | +5. Click on the library database |
| 8 | +6. Open a playground into the books collection |
| 9 | +7. Write MongoDB commands in the playground |
| 10 | +8. Run MongoDB commands by clicking on the play icon :arrow_forward: at the top right |
| 11 | +9. Practice by trying out all the examples and exercises mentioned in the next 2 sections: CRUD ops and Aggregation Pipelines. |
0 commit comments