graphql sandbox & server

This commit is contained in:
2023-05-17 16:57:30 -07:00
parent 5917c35710
commit 1d5056139b
9 changed files with 1793 additions and 0 deletions

View File

@@ -1 +1,11 @@
# 17th-UnitTracker-API
```docker
docker-compose up -d --build
OR
<!-- if running as basic container, uncomment the dotenv line in server.js -->
docker build -t unit-tracker-api .
docker run -p 4000:4000 unit-tracker-api
```