Skip to content

LucasGiori/loan

Repository files navigation

Loan

Description

This repository was created to learn the Kotlin language by implementing the challenge of creating a loan system.

Challenge

CHALLENGE

Event Storming

EVENT STORMING

Running the application in dev mode

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/.

Packaging and running the application

The application can be packaged using:

make build