Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 695 Bytes

readme.md

File metadata and controls

21 lines (16 loc) · 695 Bytes

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