A simple NestJs empty application with basic JWT autentication. Great for starting microservices. For a front-end wrote in Angular to work with JWT see : AngularJWT
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# docker mode
docker run -p <your-port>:4000 --env-file .env fedexu/nest-js-jwt