/nestjs-template

Personal typescript webapp boilerplate using nest.js, passport.js, typeorm

Primary LanguageTypeScript

nestjs-template

Deploy

Personal boilerplate of webapp including local-JWT, Swagger, ORM and Config

Features:

  • SQLite for development and Postgres for production
  • JWT Bearer Token with local store and multiple session support
  • Basic CRUD data-access-layer and controllers
  • Swagger and DTO schema validation
  • IoC setup with separate modules

Libraries:

  • TypeORM (Sqlite and Postgres depending on environment)
  • Nest.js
  • Passport.js
  • bcrypt