Git Product home page Git Product logo

bdgt's Introduction

bdgt

build status

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

This project requires a PHP environment and a MySQL database.
For local development you can use PHP on your host machine (php artisan serve), Laravel Valet, or Laravel Homestead.

cp .env.example .env
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

Building the frontend assets

If you make changes to JS or SCSS files, you'll need to recompile the frontend assets.

npm install -- requires NPM
npm run watch -- to automatically compile changes
npm run prod -- before submitting a PR

bdgt's People

Contributors

sbine avatar saibamen avatar iwader avatar igusev avatar ryanwohara avatar ccmetz avatar ifdattic avatar armstrong1992 avatar cdterry87 avatar ctroms avatar pfaffenrodt avatar vclayton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.