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: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/federicogarcia/modular-monolith-kotlin-spring-boot
- Owner: FedericoGarcia
- License: mit
- Created: 2025-01-14T21:28:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-03T05:57:16.000Z (about 1 year ago)
- Last Synced: 2025-06-03T18:26:57.368Z (about 1 year ago)
- Topics: backend, docker, docker-compose, gradle, kotlin, modular, modular-architecture, modular-design, modular-monolith, monolith, spring, spring-boot
- Language: Kotlin
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```