feat(server): Http4s server
Build & Test (NowChessSystems) TeamCity build failed

Added http4s server according to the API specification. A game is playable via API
This commit is contained in:
LQ63
2026-04-12 18:15:04 +02:00
parent 9ad11fb97a
commit 25c113e4d5
11 changed files with 519 additions and 2 deletions
+1
View File
@@ -5,4 +5,5 @@ include(
"modules:io",
"modules:rule",
"modules:ui",
"modules:server",
)