blob: 8e02d057c7d4139e66e3e0ec09c2490de4543bfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Budget
- Pay according to your income
- Configure monthly payments
- View statistics
- Get weekly activity by email
# 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
|