Kubernetes deployment: https://devsecops.stud.k8s.aet.cit.tum.de
API scheme (Swagger UI): https://devsecops.stud.k8s.aet.cit.tum.de/swagger-ui/index.html
The full stack runs under Docker Compose with live-reload:
cp .env.example .env # fill in any values you want to override
docker compose watchThis starts the web client (http://localhost:8080), Spring API (http://localhost:8081), and the two Python GenAI services, and auto-syncs/rebuilds on source changes.