Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 307 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 307 Bytes

Application Template

Usage

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

API