/ktor-starter

Ktor application with Keycloak and MongoDB

Primary LanguageKotlinMIT LicenseMIT

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