Haskell/Servant codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
This repo is work in progress.
This codebase was created to demonstrate a fully fledged fullstack application built with Haskell/Servant including CRUD operations, authentication, routing, pagination, and more.
We've gone to great lengths to adhere to the Haskell/Servant community styleguides & best practices.
For more information on how to this works with other frontends/backends, head over to the RealWorld repo.
TODO
Install Stack.
Clone the repository and cd to repo
git clone [email protected]:dorlowd/haskell-servant-realworld-example-app.git
cd haskell-servant-realworld-example-app
Install GHC
stack setup
Install dependencies and build project
stack build
Run project
stack exec haskell-servant-realworld-example-app