Skip to content

jeukshi/haskell-servant-realworld-example-app

Repository files navigation

RealWorld Example App (WIP)

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.

How it works

TODO

Getting started

Installation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published