NestJs starter template with some useful tweaks out of the box. I use this template for my private NestJs applications.
- Replaces
@nestjs/platform-express
with@nestjs/platform-fastify
- Prisma database tooling preinstalled
- Database helper to create Twitter Snowflake ids
- Setup
@nestjs/config
to use theConfigurationService
- Adjust eslint/prettier settings
- set max line length to 100
- SwaggerUi setup
- Preinstalled faker.js to generate mock data in test