Skip to content

MORE-Platform/more-studymanager-backend

Repository files navigation

More Studymanager Backend

Development Setup

This repository contains a docker-compose.yaml that can be used to launch the required services for local development:

docker compose up -d

The default settings in the application.yaml are set to use these local services.

Configuring a local Auth-Server

If you're running a local (development) Keycloak, you need to launch the Studymanager Backend with the following additional environment-variables set:

OAUTH2_SERVER: http://localhost:8099/realms/More-Platform
OAUTH2_CLIENT_ID: study-manager
OAUTH2_CLIENT_SECRET: ''

MORE_FE_KC_SERVER: http://localhost:8099/
MORE_FE_KC_REALM: More-Platform
MORE_FE_KC_CLIENT_ID: study-manager

Planning & Documentation