Skip to content

Commit 08c1f28

Browse files
Added quick start instructions.
1 parent a59e078 commit 08c1f28

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

docs/30-quick-start.mdx

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,11 @@
11
# 👐 Quick Start
22

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-
![Highlighting Add Connection button on Compass](/img/add-connection-compass.png)
14-
15-
### 2. Paste your connection string after updating your password and click on the "Save and Connect" button
16-
17-
![Highlighting Connection URI input on Compass](/img/enter-connection-uri-compass.png)
18-
19-
### 3. Select the library database
20-
21-
![Highlighting the library database and books collection on left side bar.](/img/select-db-collection-compass.png)
22-
23-
### 4. Click on the "Open MongoDB shell" button
24-
25-
![Highlighting Open MongoDB Shell button on top right corner of the screen.](/img/open-shell-compass.png)
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-
![Type "use library" in MongoDB Shell](/img/use-library-compass.png)
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

Comments
 (0)