work-sestym/backend
2026-02-28 20:58:17 +01:00
..
scripts Version 1.0.0 2026-02-28 20:58:17 +01:00
src Version 1.0.0 2026-02-28 20:58:17 +01:00
.dockerignore Version 1.0.0 2026-02-28 20:58:17 +01:00
.DS_Store Version 1.0.0 2026-02-28 20:58:17 +01:00
Dockerfile Version 1.0.0 2026-02-28 20:58:17 +01:00
nest-cli.json Version 1.0.0 2026-02-28 20:58:17 +01:00
package.json Version 1.0.0 2026-02-28 20:58:17 +01:00
README.md Version 1.0.0 2026-02-28 20:58:17 +01:00
tsconfig.build.json Version 1.0.0 2026-02-28 20:58:17 +01:00
tsconfig.json Version 1.0.0 2026-02-28 20:58:17 +01:00

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:

  1. npm run migration:run
  2. npm run seed
  3. npm run start:prod