work-sestym/backend/README.md
2026-02-28 20:58:17 +01:00

17 lines
279 B
Markdown

# Backend
## Run with Docker (from project root)
```bash
make build
make up
```
API base URL: `http://localhost:3000/api`
Swagger: `http://localhost:3000/api/docs`
Backend container startup command runs:
1. `npm run migration:run`
2. `npm run seed`
3. `npm run start:prod`