Skip to content

Commit 8aad15c

Browse files
authored
Merge pull request #6 from laniehei/master
Updates Readme
2 parents 29281ce + 1f7a036 commit 8aad15c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This course has two parts, slides and excercises. The slides describe the exceri
1414
### Hello world GraphQL server with Apollo Server
1515
* branch - `lesson-1`
1616

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+
1719
In this lesson you'll be creating a simple GraphQL server using Apollo Server.
1820
- [ ] install dependencies with yarn (prefered for version locking) or npm
1921
- [ ] create a schema with at least one Type

0 commit comments

Comments
 (0)