/budgets

A little Rails app to help manage your finances

Primary LanguageRubyMIT LicenseMIT

Budgets

Budgets is a small Rails application that helps manage your finances.

Screenshot

Installation

  1. git clone https://github.com/adamcooke/budgets
  2. cd budgets
  3. bundle install
  4. Update config/database.yml with appropriate connection details.
  5. bundle exec rake db:schema:load
  6. procodile start