- Take clone of tapir-app repository and import project in IntelliJ IDEA.
- Navigate to server/KittenHttp4sServer.scala class
- Run using the RightClick + Run
- Open the browser and goto http://localhost:8080/docs
- Explore each endpoint using swagger-ui
- Also in client module GetClient and PostClient can be executed to invoke the Get and Post endpoints respectively.
- References: