LOCAL DEVELOPMENT The application is fully dockerized. If you have docker installed on your system simply run docker-compose -f docker-compose.dev.yml up --build -d To stop the docker containers use docker-compose -f docker-compose.dev.yml down PROD DEPLOY