Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.11 KB

README.adoc

File metadata and controls

45 lines (34 loc) · 1.11 KB

Showcase for microservices on Kotlin

This project holds a showcase for Kotlin related things.

Modules

todo-service-ktor

Small implementation based on Ktor

todo-service-quarkus

Small implementation based on Ktor, 3-Layer and DI (Dependency Inversion + Dependency Injection)

Makefile

todo

Call curl and create todo entry

list

Fetch list of todo entries via curl

hurl

Run Hurl test suite

build-ktor

Build Ktor application

build-quarkus

Build Quarkus application

run-ktor

Run Ktor application

run-quarkus

Run Quarkus application