Nest Boilerplate

a simple ready to use boilerplate using nestjs containing the following features:

  1. configuration module ready to use
  2. typeorm preconfigured to use (postgres), you can just change the config and use any db
  3. authentication using passport-jwt
  4. swagger documentation
  5. global validation for all routes

Usage

  1. install node_modules using yarn or npm install
  2. rename .env.example to .env and fill in the env variables
  3. run the server using yarn start:dev or npm run start:dev