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,...
- Host: GitHub
- URL: https://github.com/deamondev/http4s-bookstore-backend
- Owner: DeamonDev
- Created: 2022-04-14T18:31:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T19:00:50.000Z (about 4 years ago)
- Last Synced: 2025-03-05T22:30:41.208Z (over 1 year ago)
- Language: Scala
- Size: 18.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```