Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 477 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 477 Bytes

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