https://github.com/igr/clapper
Clapper in Haskell
https://github.com/igr/clapper
Last synced: 11 months ago
JSON representation
Clapper in Haskell
- Host: GitHub
- URL: https://github.com/igr/clapper
- Owner: igr
- License: other
- Created: 2024-10-13T17:06:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T21:30:51.000Z (over 1 year ago)
- Last Synced: 2025-03-19T15:45:44.378Z (about 1 year ago)
- Language: Haskell
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 👏 Clapper
A tiny API for managing clap counts on articles, written in Haskell.
It uses **Persistent** for database access, **Servant** for API routing, and **Aeson** for JSON serialization.
I tried to separate the concerns as much as possible.