Apollo tutorial This is the fullstack app for the Apollo tutorial. π Installation To run the app, run these commands in three separate terminal windows from the root: cd server && npm i npm run start-dynamo-local cd server npm start and cd client && npm i && npm start