Create Web Service
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