Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabioluz/ride-servant
Example API written in Haskell using Servant
https://github.com/fabioluz/ride-servant
Last synced: 1 day ago
JSON representation
Example API written in Haskell using Servant
- Host: GitHub
- URL: https://github.com/fabioluz/ride-servant
- Owner: fabioluz
- License: bsd-3-clause
- Created: 2020-04-24T21:02:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T23:57:41.000Z (over 4 years ago)
- Last Synced: 2024-11-08T23:39:42.098Z (about 2 months ago)
- Language: Haskell
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ride Servant
This is a REST API example written in Haskell. It provides some basic CRUD operations as well as some authentication mechanisms.
Libraries used:
- ClassyPrelude
- Servant
- PostgresSqlSimple
- BCrypt