imalik8088 / ktor-starter

Ktor application with Keycloak and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ktor starter with Keycloak and MongoDB

needs some polish here and there but basically it works

Getting Started

docker-compose up -d

# intialize keycloak
./scripts/init-keycloak.sh [KEYCLOAK_HOST_WITH_PORT]
./scripts/get-access-token.sh CLIENT_SECRET [KEYCLOAK_HOST] [REALM]

# start and open ktor app
http://localhost:8080

Reference

About

Ktor application with Keycloak and MongoDB

License:MIT License


Languages

Language:Kotlin 64.1%Language:Shell 35.9%