This repository was archived by the owner on Mar 12, 2020. It is now read-only.
This repository was archived by the owner on Mar 12, 2020. It is now read-only.
Implement REST service with Akka HTTP #1
Closed
Description
- https://doc.akka.io/docs/akka-http/current/?language=scala
- https://www.playframework.com/ (maybe to advanced - model view controller, we don't want a web application, only a RESTful service)
Akka HTTP is not a real framework but a suite of libraries. Since we do not provide a web application here but a simple REST interface, it should be sufficient.
TODO instead of using rest.model
, map our types from api
into JSON and back.