Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 270 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 270 Bytes

realworld-haskell

Prerequisites

Setup

  • Setup the database
$ pg_manager setup
  • Run the server
$ just run
  • Run the tests
$ just test