5 Commits

Author SHA1 Message Date
efim
329dc6e8b2 initial way to run the server:
sbt:backend> assembly
java -jar backend/target/scala-3.2.0/backend-assembly-0.1.0-SNAPSHOT.jar
2023-04-23 18:33:29 +04:00
efim
df35f09b71 circe codec derivation to models 2023-04-23 15:00:00 +04:00
efim
c6bfdacd1d dummy Auth and authed routes 2023-04-23 13:40:37 +04:00
efim
c501d14094 add sub routes to backend app
in the shape of websocket and post \ get
with receiving of some request model
2023-04-23 11:55:53 +04:00
efim
d8af92787d adding backend project
will try to do rest & websocket api with http4s
2023-04-23 11:19:38 +04:00