https://github.com/lucasgiori/loan
Kotlin Application
https://github.com/lucasgiori/loan
docker docker-compose hexagonal-architecture kotlin loans-app mysql
Last synced: 2 months ago
JSON representation
Kotlin Application
- Host: GitHub
- URL: https://github.com/lucasgiori/loan
- Owner: LucasGiori
- Created: 2023-11-16T03:08:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T23:49:28.000Z (over 1 year ago)
- Last Synced: 2025-06-14T21:42:49.138Z (about 1 year ago)
- Topics: docker, docker-compose, hexagonal-architecture, kotlin, loans-app, mysql
- Language: Kotlin
- Homepage:
- Size: 26.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Loan
## Description
This repository was created to learn the Kotlin language by implementing the challenge of creating a loan system.
## Challenge
[CHALLENGE](CHALLENGE.md)
## Event Storming

## Running the application in dev mode
You can run your application in dev mode that enables live coding using:
```shell script
docker-compose up -d
```
> **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
## Packaging and running the application
The application can be packaged using:
```shell script
make build
```