Skip to content

Rails hobby project to track and chart bills paid.

Notifications You must be signed in to change notification settings

nastycoder/Bill-Tracker

Repository files navigation

README

Bill-Tracker is a Rails 4.0 web app that leverages Ruby 2.0, Bootstrap 3.0, and Highcharts 3.0.

Installation

$ git clone git@github.com:cdcooksey/Bill-Tracker.git
$ cd Bill-Tracker/
$ bundle
$ bundle install

Usage

mockup

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: mockup

Bill tracker requires you to add the payment methods you use to pay: mockup

Input each bill as you pay it into the main screen: mockup

mockup

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.

Database

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.