Skip to content

unexist/showcase-microservices-kotlin

Repository files navigation

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