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
+3 -1
View File
@@ -34,7 +34,9 @@ val versions = mapOf(
"JAVAFX" to "21.0.1",
"JUNIT_BOM" to "5.13.4",
"SCALA_PARSER_COMBINATORS" to "2.4.0",
"FASTPARSE" to "3.0.2"
"FASTPARSE" to "3.0.2",
"HTTP4S" to "0.23.29",
"CIRCE" to "0.14.10"
)
extra["VERSIONS"] = versions