- Apollo Server
- Apollo Client
- Auth0 Cosmos UI
- Create-React-App
- Sequelize ORM
- Auth0 Node SDK
- Auth0 JS SDK
docker-compose up
# Install dependencies
# Start GraphQL API
cd api && npm install
npm start
# Open API docs at http://localhost:4000/
# Install dependencies
# Start React UI
cd client && npm install
npm start
# Open UI at http://localhost:3000/