Skip to content

FedericoGarcia/modular-monolith-kotlin-spring-boot

Repository files navigation

Modular monolith with Kotlin and Spring Boot

Prerequisites

  1. Install the following tools:
    • Docker
    • Docker Compose
  2. 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