https://github.com/parambirs/hello-scotty
A simple haskell web app using scotty
https://github.com/parambirs/hello-scotty
Last synced: 7 months ago
JSON representation
A simple haskell web app using scotty
- Host: GitHub
- URL: https://github.com/parambirs/hello-scotty
- Owner: parambirs
- Created: 2015-09-13T02:43:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-13T14:04:30.000Z (over 10 years ago)
- Last Synced: 2023-08-05T19:21:04.888Z (almost 3 years ago)
- Language: Haskell
- Size: 145 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-scotty
A simple haskell web app using scotty
To run:
`$ cabal run`
To build docker image
`% docker build -t hello-scotty .`
To run the application using docker:
`% docker run -i -t -p 3000:3000 hello-scotty`
To view the application in the browser:
`% open http://$(boot2docker ip):3000`