npm install
docker-compose up
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
npm run migration:generate <MIGRATION_NAME>
npm run migration:create <MIGRATION_NAME>
npm run migration:run
# unit tests
npm run test
# unit tests with watch
npm run test:watch
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
Browse to /api
to get to the Swagger UI