Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 545 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 545 Bytes

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/