lucch / haskell-scotty-tutorial

Source code for a Scotty tutorial I wrote at my blog.

Home Page:https://lucchesi.com.br/api-rest-em-haskell-usando-o-scotty/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mavins Lee: Deadly Simple Haskell Scotty Tutorial

This is the source code for a tutorial I wrote on my blog (in PT-BR).

Building and running

Make sure you have Stack installed and run:

$ git clone https://github.com/alexandrelucchesi/haskell-scotty-tutorial.git
$ cd haskell-scotty-tutorial
$ stack build
$ stack exec -- mavins-lee

Optionally, instead of running build and exec, you can load the application into GHCi with stack ghci and call main from there. This is particurlaly useful during development.

About

Source code for a Scotty tutorial I wrote at my blog.

https://lucchesi.com.br/api-rest-em-haskell-usando-o-scotty/


Languages

Language:Haskell 100.0%