A template repository for a NestJS backend with a users module, authentication, data validation pipes, a couple of useful decorators, and examples of filters, interceptors, and middleware.
To get this going:
- clone the repo
- copy the
.env.example
to a.env
file - run
npm install
- run
npm run start:dev
And off you go.