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