jsnomad / nest-api-auth-jwt

Nest API with JWT authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nest-api-auth-jwt

Nest project with : Swagger, JWT, PM2, Docker, e2e test

swagger

Setup

Clone the repo then install dependencies :

npm install

Create .env file :

cp .env.example .env

Start

Run the following command to start the HTTP server (dev mode).

npm start

Swagger Documentation

Start the server, then

http://localhost:3001/docs/

About

Nest API with JWT authentication


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%