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

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

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
![EVENT STORMING](event-storming.png)

## 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
```