/nest-template

Primary LanguageTypeScript

Nest JS Starter Template

This is a starter template contains sensiable defaults for a production ready nestjs application. It comes preconfigure with the following:

  1. Swagger
  2. Config with config validation
  3. i18n
  4. Husky
  5. sensiable Lint and formatting rules
  6. 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