Clone repo
Bring up docker-compose file
This will start up the reverse proxy, API, Database, and GraphQL Codegen for Web
docker-compose up -d
GraphQL Server should be up at http://localhost/graphql
Starting Web Server
cd Web
npm run dev
Clone repo
Bring up docker-compose file
This will start up the reverse proxy, API, Database, and GraphQL Codegen for Web
docker-compose up -d
GraphQL Server should be up at http://localhost/graphql
Starting Web Server
cd Web
npm run dev