A progressive Node.js framework for building efficient and scalable server-side applications.
# start the database containers
docker compose up --remove-orphans -d
Navigate to
- localhost:3001/swagger for API docs
- localhost:8888 for pgAdmin
- localhost:8889 for pev2
Nest framework TypeScript starter repository with strategies:
- @nestjs/config
- @nestjs/platform-fastify
- @nestjs/swagger
- @nestjs/terminus
- @nestjs/typeorm
- nestjs-pino
- @darraghor/eslint-plugin-nestjs-typed
- @tmcb/check-engines
- @tmcb/conventional-commit
- typesync
- docker
- @tmcb/release
npm ci
# development
npm start
# watch mode
npm run start:dev
# production mode
npm run start:prod
# unit tests
npm test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
Nest is MIT licensed.