# Budget - pay according to your income, - configure monthly payments, - get statistics, - get weekly activity by email. # Technologies - server: Rust with hyper, sqlx, - templates: Tera, - database: Sqlite - frontend: JavaScript, - style: CSS. # Getting started 1. Use `nix develop` to download dependencies. 2. Initialize the database with `bin/db init`. 3. Start the application with `bin/watch run`. 4. Connect with either: - `john@mail.com` / `password` - or `lisa@mail.com` / `password`.