An WIP microservice that serves the Petstore API
This microservice is built with the following libraries
- http4s
- cats-effect
- tapir
- fs2
backend- domain model, repos, servicesapi- tapir-based REST API definitionserver- http4s based server
I've only written one in-memory Repo and it uses a TrieMap for storage.
- Create Order & User services/controllers