uliSchuster / real-world-backend

A study project on how to develop a production-grade Haskell backend application.
Apache License 2.0
1 stars 1 forks source link

Set up Servant web API #36

Open uliSchuster opened 3 years ago

uliSchuster commented 3 years ago

Create a simple Servan web API that implements the real-world API. No implementation yet, just to get the server running. This is a second interaction, in addition to the CLI. The goal is to understand how Servant's handler monad can be made to work together with the RIO monad.