Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 441 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 441 Bytes

servant-play

Haskell CI

HTTP Api using Servant.

A Simple implementation of a User - Transaction application.

Test

Tests can be run with in memory db using

stack test

or a live postgresql db

stack test --ta real

Env

docker-compose up