Skip to content

PHPer-upgrade/bdgt

 
 

Repository files navigation

bdgt

Big finance tools in a small package

bdgt is a one-stop personal finance management app. Planned features:

  • Zero-based budgeting system
  • Bill management, calendar, and reminders
  • Account management/transaction history
  • Goal system with automatic monthly budgeting
  • Forecasting (net worth/account balance)
  • Debt and savings calculators
  • Interactive reports

Demo

A demo application is available at https://bdgt.it

Screenshots

screenshot: bills page

screenshot: goals page

screenshot: reports

Installation

cp .env.example .env
vagrant up -- requires Vagrant
composer install -- requires Composer
php artisan key:generate
php artisan migrate
php artisan db:seed

A dummy account will be created with the following credentials which can be used to login and preview the app:
Email: [email protected]
Password: admin

About

Big finance tools in a small package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 62.3%
  • HTML 20.3%
  • CSS 12.8%
  • JavaScript 3.7%
  • Other 0.9%