Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.01 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.01 KB

nestjs starter

ci workflow codecov

Description

A template to get a nestjs server up and running

🤡 Author

✨ Feature

  • Fastify
  • winston log
  • jwt auth
  • env or dotEnv file
  • typeorm (mysql)
  • validate (class-validator & class-transformer)

🔨Development & Test

# 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

⚙ Build

$ pnpm run build

☀️ License

MIT