Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 374 Bytes

Readme.md

File metadata and controls

9 lines (5 loc) · 374 Bytes

Simple ZIO + HTTP4s + Doobie + Circe POC to show how to build a purely functional web application in Scala, using functional effects with ZIO.

This is just an example to show how to retrieve and update a stock value in a database, validate this value ( > 0) and return a result as json.

How to run the sample :