Nest project with : Swagger, JWT, PM2, Docker, e2e test
Clone the repo then install dependencies :
npm install
Create .env file :
cp .env.example .env
Run the following command to start the HTTP server (dev mode).
npm start
Start the server, then
http://localhost:3001/docs/