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

https://github.com/willguimont/exercises_api

Simple API example written in Haskell
https://github.com/willguimont/exercises_api

Last synced: 10 months ago
JSON representation

Simple API example written in Haskell

Awesome Lists containing this project

README

          

# exercises

Simple API example written in Haskell.

Contains:
- Effect system using polysemy
- GET and POST requests
- Persistence in a SQLite database
- Logging