Install dependencies npm install Start Redis (using Docker) npm run redis Start the application npm run start:dev Run tests npm run test Open Swagger http://localhost:3000/api P.S .env file was removed from .gitignore. This was done intentionally to make testing easier