Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabioluz/tripper
- Owner: fabioluz
- License: bsd-3-clause
- Created: 2020-07-08T18:23:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-17T23:54:15.000Z (about 4 years ago)
- Last Synced: 2024-11-08T23:39:44.397Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.htmlYou can find its frontend in [Tripper-Front](https://github.com/fabioluz/tripper-front)
*Inspired in [servant-persistent](https://github.com/parsonsmatt/servant-persistent)*