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

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

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