A simple JWT authentication example for fast start.
Nest framework TypeScript starter repository with JWT authentication.
# clone the repo (main branch)
## via SSH
$ git clone git@github.com:narekpetrosyan/nest_jwt_auth.git
## via https
git clone https://github.com/narekpetrosyan/nest_jwt_auth.git
# install dependencies
$ npm install
# development
$ npm run start
# dev mode
$ npm run start:dev
# prod mode
$ npm run start:prod