nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.67k stars 944 forks source link

feat: add nestjs boilerplate with awesome docs #298

Closed lamngockhuong closed 1 month ago

lamngockhuong commented 1 month ago

Resource type (required)

If your contribution is NOT a GitHub repository, then you can skip the next titles, except "Rules".

Description (required)

This is a boilerplate for NestJS projects. It is a starting point for building a RESTful API with NestJS.

Some features:

  1. Database (TypeORM)
  2. Seeding data
  3. Config Service
  4. Mailing
  5. Auth
  6. Pagination: Offset and Cursor
  7. Internationalization/Translations (I18N)
  8. Swagger.
  9. E2E and units tests.
  10. Docker.
  11. CI (Github Actions).
  12. Lint & format
  13. Documentation (Vuepress)
  14. Logging with pino
  15. Common exception handling

More new features are on the way...

Link (required)

https://github.com/vndevteam/nestjs-boilerplate

Rules (required)