Deployment setup for the voting system (PostgreSQL, Redis, and API).
-
Copy env file: cp .env.example .env
-
Start the stack: docker compose up -d --build
-
View logs: docker compose logs -f api
-
Stop the stack: docker compose down
- Health check: GET http://localhost:3333/
- API routes: http://localhost:3333/api/v1/