Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/angerman/hinvoice

A text based invoice system written in haskell
https://github.com/angerman/hinvoice

Last synced: about 9 hours ago
JSON representation

A text based invoice system written in haskell

Awesome Lists containing this project

README

        

# HInvoice

A text based invoice system written in haskell.

## Getting started

Setup the sqlite database.

```
$ sqlite3 invoice.db < schema.sql
```

For now starting with `runhaskell` should be sufficient.

```
$ runhaskell App.hs
```