/NestJsJWT

Preconfigured microservices with basic JWT autentication

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Nest Logo

Description

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

Installation

$ npm install

Running the app

# 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