diff --git a/data/implementations.yaml b/data/implementations.yaml index d7ae2c3..b67389d 100644 --- a/data/implementations.yaml +++ b/data/implementations.yaml @@ -424,6 +424,18 @@ - koin - jvm - gradle + +"Kotlin / Ktor": + description: + Implementation using Kotlin, Ktor, saving in Postgres DB. + sourcecode_url: https://github.com/LordRaydenMK/TodoBackend + live_url: https://todo-backend-stojan.herokuapp.com/ + tags: + - kotlin + - ktor + - postgres + - jvm + - gradle "Node.js / Koa": description: