This is the fullstack app for the Apollo tutorial. 🚀
The app is split out into two folders:
client
: React application using Graphql Clientserver
: Apollo Server
To run the app, run these commands in two separate terminal windows from the root:
cd server && npm i && npm start
and
cd client && npm i && npm start