Application to see if your friends are available to hang out.
- Clone the repo
- Run
docker-compose up -d
to start the database and keycloak - Add keycloak realm "whats_up"
- Add keycloak client "app"
- Add keycloak scope "openid"
- Add to keycloak client "app" the scope "openid"
- Create user(s) in keycloak in realm "whats_up"
OpenApi documentation is available at /openapi.json in (running) backend
- Add tests
- Add CI/CD
- Documentation
- Add frontend
- Add App for iOS and Android