aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 45255f7c65a0099561a1cf246b86946c2e6db5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Shared Cost
===========

Share costs with a group of people.

Getting started
---------------

Install nix:

```
curl https://nixos.org/nix/install | sh
```

Inside the project directory, open a nix shell:

```
nix-shell
```

Inside tmux, add some users with sqlite after the migration is done:

```
sqlite3 database
insert into user(creation, email, name) values (datetime('now'), 'john@mail.com', 'John');
insert into user(creation, email, name) values (datetime('now'), 'lisa@mail.com', 'Lisa');
```

Configuration
-------------

See [application.conf](application.conf).

TODO
----

- Server error message
- Dates after today must be forbidden
- Weekly notifications about added, modified, deleted payments and incomes