Implement the majority of the API

This commit is contained in:
Oliver-Akins 2023-08-31 19:12:34 -06:00
parent e322f24457
commit 4b61e73573
15 changed files with 475 additions and 6 deletions

View file

@ -11,6 +11,9 @@ services:
- "6969:6969"
environment:
NODE_ENV: "dev"
MYSQL_HOST: "db"
MYSQL_USER: "root"
MYSQL_PASSWORD: "root"
healthcheck:
disable: true
volumes: