Skip to content

A simple Nestjs boilerplate for Rest-APIs.

License

Notifications You must be signed in to change notification settings

0x41337/my-nestjs-boilerplate

Repository files navigation

My NestJs Boilerplate

A simple boilerplate to build Rest-APIs with more DX, it comes with validation, prisma and vitest.

This setup already includes the root path alias @ and uses the no-relative-import-paths plugin for eslint to replace relative imports with path imports and the tests are already configured to support path imports.