Authentication and Authorization example for Nest.js TypeScript Framework
- Nodejs best one from Node Version Manager
- Docker + Docker Compose
$ npm install
# 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