Skip to content

onkarj422/nestjs-auth

 
 

Repository files navigation

nestjs-auth

Authentication and Authorization example for Nest.js TypeScript Framework

Requirements

Installation

$ npm install

Running the app

# Bring up the docker with database
$ docker-compose up -d

# development
$ npm run start

# build
$ npm run build

# production mode
$ npm run prod

# fix lint errors
$ npm run lint:fix

About

Authentication and Authorization example for Nest.js TypeScript Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%