Clean Architecture Project with NodeJS Instalación Clone .env.template file and rename it to .env. Install dependencies npm install Start the database docker-compose up -d Run the project in development mode npm run dev