You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ This course has two parts, slides and excercises. The slides describe the exceri
14
14
### Hello world GraphQL server with Apollo Server
15
15
* branch - `lesson-1`
16
16
17
+
Note: ensure that you have [MongoDB](https://www.mongodb.com/) installed, and the server is running. See their [website](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#install-mongodb-community-edition-on-macos)
18
+
17
19
In this lesson you'll be creating a simple GraphQL server using Apollo Server.
18
20
-[ ] install dependencies with yarn (prefered for version locking) or npm
0 commit comments