Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 367 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 367 Bytes

NestJS Template

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.

Setup and Use

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.