| .. | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .DS_Store | ||
| Dockerfile | ||
| nest-cli.json | ||
| package.json | ||
| README.md | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
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