Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igrep/yesod-sample-fpcomplete
Sample yesod application from FP Haskell Center tutorial
https://github.com/igrep/yesod-sample-fpcomplete
Last synced: about 4 hours ago
JSON representation
Sample yesod application from FP Haskell Center tutorial
- Host: GitHub
- URL: https://github.com/igrep/yesod-sample-fpcomplete
- Owner: igrep
- Created: 2015-03-28T06:29:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T06:31:07.000Z (over 9 years ago)
- Last Synced: 2023-03-11T14:52:37.267Z (over 1 year ago)
- Language: Haskell
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a combination of a working web application and a tutorial.
The inline comments should guide you through an understanding of how this
application works.I recommend reading the modules in the following order:
* Foundation
* Import
* Handler.Home
* Handler.Fib
* Handler.Markdown
* MainThis application provides both a JSON API for two simple services (markdown processing
and fibonacci number calculation), as well as a simplistic web frontend for accessing
those services.Feel free to set the Main module as the target and run this application immediately to
see what the result is. Then come back, read the code, experiment with some changes,
and rerun the application. If at any point you want to undo your changes, use the "Git"
top menu and select "Reset".