This is a starter template contains sensiable defaults for a production ready nestjs application. It comes preconfigure with the following:
- Swagger
- Config with config validation
- i18n
- Husky
- sensiable Lint and formatting rules
- you can generate a doc website using
npm run gen-doc
.
To check database integration checkout the recipes on nestjs docs
class-validator has been set up globally to and you can refer the docs to see how to implement validators
versioning we are using path versioning you can use @Version
decorator to tage you controller methods
To checkout some Typeorm and nestjs specific recipes checput typeorm+prostgress branch