Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/federicogarcia/modular-monolith-kotlin-spring-boot


https://github.com/federicogarcia/modular-monolith-kotlin-spring-boot

backend docker docker-compose gradle kotlin modular modular-architecture modular-design modular-monolith monolith spring spring-boot

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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

```bash
docker compose up --build development --watch
```

### Production

```bash
docker compose up --build production
```

## Running the tests

```bash
docker compose up --build test
```