An open API service indexing awesome lists of open source software.

https://github.com/deamondev/http4s-bookstore-backend

Purely functional backend backed with http4s, doobie, pureConfig,...
https://github.com/deamondev/http4s-bookstore-backend

Last synced: about 2 months ago
JSON representation

Purely functional backend backed with http4s, doobie, pureConfig,...

Awesome Lists containing this project

README

          

# http4s-todo-backend
Purely functional backend backed with http4s, doobie, pureConfig & Circe,...
# Apology 4 other contibutors / watchers
- import hell - metals (LSP for Scala) have problem with stacking together imports, i.e. instead of import X.Y.{Z, W} we have two imports (for Z and W respectively)...
- security / logs - I don't mean at this stage to focus on this content, all I want is to show u how one can glue powerfull FP libraries in the Scala ecosystem in order to do highly distributed backend
# How to run?
Type

```bash
$ sbt
$ run
```