mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 06:38:40 +03:00
.. | ||
bin | ||
src/FirstApp | ||
changelog.md | ||
default.nix | ||
level01.cabal | ||
level01.nix | ||
LICENCE | ||
README.md | ||
Setup.hs |
Level 01
The purpose of this exercise to whet our appetite a bit by spinning up an ultra
basic web app. The focus will be on reading the Hackage documentation for the
Wai framework. Consult the src/FirstApp/Main.hs
to see the parts that are
missing and what we need from the Wai package to make our "Hello, World!"
application run.
Our "application" will respond to ALL incoming requests with a 200 status code response and the message "Hello, World!".