Skip to content

Burrows-Pte-Ltd/NestJS-Role-Base-Auth

 
 

Repository files navigation

NestJS Role Based Auth Starter

NestJS role based jwt auth starter! 🎉

Features

  • Role based JWT Auth
  • MySQL database with TypeORM
  • Swagger
  • etc...

Installation

$ npm install

Running

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.1%
  • JavaScript 4.4%
  • Shell 0.5%