- Setup Apollo Client with React
- Connect to Apollo Server
- Configure Neo4j Docker Container
- Use Neode to Query Neo4j
- Implement Authentication & Authorization
- Create GraphQL Schemas & Resolvers
- Create GraphQL Backed React Components
# Install https://www.docker.com/
# Install https://zeit.co/now
./ops setup
# start db 🚀
./ops start-db
# start api 🎉
./ops start-api
# start app 😎
./ops start-app
./ops deploy