git clone https://github.com/kooznitsa/expense_tracker.git
cd expense_tracker/
cp sample.env .env
# modify .env if needed
make setup
# visit localhost:443-
Register as a new user: http://localhost:443/register.
-
Add transactions by clicking "New transaction".

