Skip to content

junkidesu/phonebook-servant

Repository files navigation

Phonebook API

A simple REST API written with the Servant web framework. For sake of simplicity, SQLite was used as the DB (sqlite-simple).

Prerequisites

Getting Started

Build the project (will also install the required dependencies)

stack build

Start the server

stack exec phonebook-exe