This is a simple Scotty application to help us evaluate potential Haskell developers. It implements a HTTP API with a single endpoint which returns shipping rates for a given country.
Clone the repo (please don't fork it), and then you can use:
cabal build
/cabal run tech-team-haskell-trial
/cabal test
directly;nix-shell
, thencabal build
/cabal run
; ornix develop
, thencabal build
/cabal run