This repository was created to learn the Kotlin language by implementing the challenge of creating a loan system.
You can run your application in dev mode that enables live coding using:
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/.
The application can be packaged using:
make build