diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -1,8 +1,10 @@ -# Shared Cost +Shared Cost +=========== Share costs with a group of people. -## Getting started +Getting started +--------------- Install nix: @@ -24,13 +26,14 @@ insert into user(creation, email, name) values (datetime('now'), 'john@mail.com' insert into user(creation, email, name) values (datetime('now'), 'lisa@mail.com', 'Lisa'); ``` -## Configuration +Configuration +------------- -[application.conf](application.conf) +See [application.conf](application.conf). -## TODO +TODO +---- -- Income CRUD - Server error message - Dates after today must be forbidden - Weekly notifications about added, modified, deleted payments and incomes |