Nest framework TypeScript starter repository.
- OpenAPI with Scalar UI localhost:3000/api/scalar
- OpenAPI with YAML format localhost:3000/api/v1/openapi.yaml
- OpenAPI with JSON format localhost:3000/api/v1/openapi.json
pnpm i
# development
pnpm run start
# watch mode
pnpm run start:dev
# production mode
pnpm run start:prod
# unit tests
pnpm run test
# e2e tests
pnpm run test:e2e
# test coverage
pnpm run test:cov
pnpm install -g npm-check-updates
npx ncu -u
npx prisma migrate dev --name init