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