Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabioluz/tripper

Haskell Web API using RIO + Servant + Persistent
https://github.com/fabioluz/tripper

Last synced: 1 day ago
JSON representation

Haskell Web API using RIO + Servant + Persistent

Awesome Lists containing this project

README

        

# Tripper

Tripper is a Web API written is Haskell, for studying and testing concepts.

Libraries used:
- RIO for prelude replacement - https://hackage.haskell.org/package/rio
- Persistent for ORM and database access - https://hackage.haskell.org/package/persistent
- Servant for Type-Level Web API - https://docs.servant.dev/en/stable/index.html

You can find its frontend in [Tripper-Front](https://github.com/fabioluz/tripper-front)

*Inspired in [servant-persistent](https://github.com/parsonsmatt/servant-persistent)*