Modular monolith with Kotlin and Spring Boot Prerequisites Install the following tools: Docker Docker Compose Create a .env file in the root of the project. Running the application Development docker compose up --build development --watch Production docker compose up --build production Running the tests docker compose up --build test