https://github.com/igrep/yesod-sample-fpcomplete
Sample yesod application from FP Haskell Center tutorial
https://github.com/igrep/yesod-sample-fpcomplete
Last synced: 4 months 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 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T06:31:07.000Z (over 10 years ago)
- Last Synced: 2025-02-16T13:04:51.952Z (5 months ago)
- Language: Haskell
- Size: 102 KB
- Stars: 1
- Watchers: 3
- 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".