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

https://github.com/cdepillabout/servant-on-heroku

Example app showing how to release a Haskell web app on Heroku
https://github.com/cdepillabout/servant-on-heroku

database deployment docker example haskell heroku postgresql servant

Last synced: about 1 year ago
JSON representation

Example app showing how to release a Haskell web app on Heroku

Awesome Lists containing this project

README

          

Tutorial for Releasing a Haskell Web Application to Heroku
===========================================================

[![Build Status](https://secure.travis-ci.org/cdepillabout/servant-on-heroku.svg)](http://travis-ci.org/cdepillabout/servant-on-heroku)

This repository is to go along with a blog post that explains how to release a
Haskell web application on Heroku.

Checkout the
[blog post](https://arow.info/blog/posts/2017-03-30-servant-on-heroku) for more
information.