/whats_up

Application to see if your friends are available to hang out.

Primary LanguageRust

Whats Up

Application to see if your friends are available to hang out.

Getting Started

Prerequisites

Installing

  1. Clone the repo
  2. Run docker-compose up -d to start the database and keycloak
  3. Add keycloak realm "whats_up"
  4. Add keycloak client "app"
  5. Add keycloak scope "openid"
  6. Add to keycloak client "app" the scope "openid"
  7. Create user(s) in keycloak in realm "whats_up"

Help

OpenApi documentation is available at /openapi.json in (running) backend

ToDo

  • Add tests
  • Add CI/CD
  • Documentation
  • Add frontend
  • Add App for iOS and Android