https://github.com/anisjonischkeit/haskell-selda-backend
A Haskell Servant API with authentication, auto-generated docs, using a postgres database via the Selda EDSL
https://github.com/anisjonischkeit/haskell-selda-backend
authentication auto-documentation docker docker-compose edsl haskell postgresql servant
Last synced: 3 months ago
JSON representation
A Haskell Servant API with authentication, auto-generated docs, using a postgres database via the Selda EDSL
- Host: GitHub
- URL: https://github.com/anisjonischkeit/haskell-selda-backend
- Owner: anisjonischkeit
- License: mit
- Created: 2019-07-04T15:24:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T05:36:27.000Z (almost 5 years ago)
- Last Synced: 2026-03-22T15:30:26.331Z (4 months ago)
- Topics: authentication, auto-documentation, docker, docker-compose, edsl, haskell, postgresql, servant
- Language: Haskell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell Selda Backend
## Building
```
docker-compose build
```
NOTE: Recompiling without rebuilding the docker image did work before I pulled
this out of the main project but I haven't been bothered to fix it. If anyone
wants to see it I can fix that up.
## Running
```
docker-compose up
```
you can view the docs at http://localhost:3333/public/docs