This a project to use ZIO, Laminar and Tapir to communicate with a REST API.
- ZIO: A type-safe, composable library for asynchronous and concurrent programming in Scala.
- Laminar: A library for building simple, expressive and safe UI in Scala.
- Tapir: A library for defining HTTP API endpoints as immutable data structures.
This project will provide:
- A simple access to REST API
- Local storage token (authentication) handling using JWT.
Live demo: 🚀 Click me for a live demo
See docs
TBD