Goal: Let contributors start the full local stack with one command.
Scope: Add docker-compose.yml for frontend, backend, and database services.
Acceptance criteria: docker compose up --build starts services; frontend can call backend; backend can reach database.
Goal: Let contributors start the full local stack with one command.
Scope: Add
docker-compose.ymlfor frontend, backend, and database services.Acceptance criteria:
docker compose up --buildstarts services; frontend can call backend; backend can reach database.