Bill-Tracker is a Rails 4.0 web app that leverages Ruby 2.0, Bootstrap 3.0, and Highcharts 3.0.
$ git clone git@github.com:cdcooksey/Bill-Tracker.git
$ cd Bill-Tracker/
$ bundle
$ bundle install
The goal of this web app is to replace mint.com in a local environment -- securely.
Bill tracker requires you to add the companies you pay out to:
Bill tracker requires you to add the payment methods you use to pay:
Input each bill as you pay it into the main screen:
The web app will track your bill payments and graph them over time, giving you an improved outlook on how you are spending your money.
By default, the production and development environment use MySQL database with username bill_pay
and password bill_pay
. Obviously, these are the distrubtion credentials. If you are running this locally, it is probably safe to leave the user/pass as is, but if you are worried about security or running this code on a public server -- change them.
Please fork the code as you see fit. Or, submit a pull request. Both are welcome.