Portal for Langara Hacks
-
Add an
alembic.inifile in /backend -
Create and populate
.envfiles for the frontend and backend (use template.templateenvfor reference) -
Run both docker compose files
cd frontend;
docker compose up --build -d;
cd ../backend;
docker compose up --build -d;