Skip to content

Commit 0bdffba

Browse files
Added quick start images
1 parent 948b674 commit 0bdffba

File tree

7 files changed

+20
-10
lines changed

7 files changed

+20
-10
lines changed

docs/30-quick-start.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,20 @@ To use work through the exercises, we need to install the official MongoDB GUI:
88

99
## Connect compass to your Atlas cluster
1010

11-
- Insert Add connection page of compass
11+
### 1. Click on the "Add connection" button on the home page
1212

13-
## Select the library database
13+
![](/img/add-connection-compass.png)
1414

15-
- Insert databases list
15+
### 2. Paste your connection string after updating your password and click on the "Save and Connect" button
16+
17+
![](/img/enter-connection-uri-compass.png)
18+
19+
### 3. Select the library database
20+
21+
![](/img/select-db-collection-compass.png)
22+
23+
### 4. Click on the "Open MongoDB shell" button
24+
25+
![](/img/open-shell-compass.png)
26+
27+
That's it for the setup, let's get our hands dirty!

docs/40-CRUD/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"label": "👐 CRUD operations",
2+
"label": "👐 CRUD Operations",
33
"position": 40,
44
"link": {
55
"type": "generated-index",

docs/summary.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ sidebar_position: 100
44

55
# 🎯 Summary
66

7-
Congratulations! Following this tutorial, you have successfully:
7+
Congratulations! Following this tutorial, you have successfully learned:
88

9-
- TBD
10-
- TBD
11-
- TBD
12-
- TBD
13-
- TBD
9+
- How to query collections in MongoDB
10+
- How to insert, update and delete documents in MongoDB
11+
- How to write aggregation pipelines in MongoDB
1412

1513
Visit the [MongoDB Developer Center](https://mongodb.com/developer/?utm_campaign=devrel&utm_source=workshop&utm_medium=cta&utm_content=sql_to_query_api&utm_term=sourabh_bagrecha) for more useful information and tutorials.

static/img/add-connection-compass.png

290 KB
Loading
341 KB
Loading

static/img/open-shell-compass.png

389 KB
Loading
385 KB
Loading

0 commit comments

Comments
 (0)