renevp / movies

Example Haskell API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movies

Example of a Web REST API using Haskell.

Getting Started

Install Haskell tooling Stack/Cabal:

sudo apt install haskell-stack
sudo apt install cabal-install

Install, build and run app:

stack install
stack build
stack run

Note: In case you have issues installing dependencies due to missing zlib. Please try install it, this make the trick:

sudo apt install libghc-zlib-dev

About

Example Haskell API

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%