Nest Logo

A simple JWT authentication example for fast start.

NPM Version Package License CircleCI

Description

Nest framework TypeScript starter repository with JWT authentication.

Installation

# 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

Running the app

# development
$ npm run start

# dev mode
$ npm run start:dev

# prod mode
$ npm run start:prod