Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 482 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 482 Bytes

Haskell Bazaar Backend

Development

The development commands are defined in the ./backend/Makefile file. Below is a list of the most useful commands for development:

  • Start a ghci repl
make repl
  • Lint the code
make lint
  • Connect to the database with psql
make psql
  • Run tests
make test

License

Copyright © 2018 Arthur Caillau

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.