279 B
279 B
Backend
Run with Docker (from project root)
make build
make up
API base URL: http://localhost:3000/api
Swagger: http://localhost:3000/api/docs
Backend container startup command runs:
npm run migration:runnpm run seednpm run start:prod