Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/federicogarcia/modular-monolith-kotlin-spring-boot
- Owner: FedericoGarcia
- Created: 2025-01-14T21:28:55.000Z (6 days ago)
- Default Branch: master
- Last Pushed: 2025-01-17T13:50:22.000Z (3 days ago)
- Last Synced: 2025-01-17T14:55:38.622Z (3 days ago)
- Topics: backend, docker, docker-compose, gradle, kotlin, modular, modular-architecture, modular-design, modular-monolith, monolith, spring, spring-boot
- Language: Dockerfile
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```