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
- Host: GitHub
- URL: https://github.com/cdepillabout/servant-on-heroku
- Owner: cdepillabout
- License: bsd-3-clause
- Created: 2017-03-15T05:13:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T09:05:52.000Z (about 9 years ago)
- Last Synced: 2025-03-24T15:47:27.169Z (about 1 year ago)
- Topics: database, deployment, docker, example, haskell, heroku, postgresql, servant
- Language: Haskell
- Homepage: https://arow.info/blog/posts/2017-03-30-servant-on-heroku
- Size: 14.6 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tutorial for Releasing a Haskell Web Application to Heroku
===========================================================
[](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.