- Create an account at Mlab (A MongoDB as a service) on mlab.com
- Create a database and copy down your database URL and credentials.
- Copy template.env to .env, and fill in your account details to create the mongoose connection.
- npm install in the root directory
- npm install in the client
- yarn dev (This script starts the graphql server and the react frontend.)