npm install
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate:fresh --seed
npm run dev
in one terminalphp artisan serve
in another terminal- Visit
http://localhost:8000
in your browser, login withtadhgsmboyle@gmail.com
andpassword
- Frontend:
resources/
- Backend:
app/
- Edit account
- Reorder accounts
- Edit credit card
- Reorder credit cards
- Delete credit card
- Better graph aggregation
- Reminder emails
- Handle no cards/accounts in net worth table
- Date picker returns 1 day behind the selected date
- Allow renaming account/goal/cc by clicking on the name on the view page
- Allow entering last 4 digits of credit card number and account (optional for account)
- Fix goal auto deposit edit modal
wooyeah