Skip to content

Create Web Service

Rohan Ravindran requested to merge switch-to-web-service into main

Closes #39 (closed).

This PR creates a web service with all features migrated from the single client side app present before.

We now have two separate apps in this repo:

  • /client --> A Compose multiplatform app
  • /server --> A Ktor server

All logic not specific to the client has been moved to the backend to make it easy to add another client in the future.

Edited by Rohan Ravindran

Merge request reports