blob: b49981222422b1bd1fd37953fd3a22a077606a24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Budget
- Pay according to your income
- Configure monthly payments
- View statistics
# Getting started
1. Use `nix develop` to download dependencies.
2. Start the application:
bin/dev-server
3. Add fixtures:
sqlite3 database.db < sql/fixtures.sql
4. Credentials will be:
- john@mail.com / password
- lisa@mail.com / password
|