budgets

A little Rails app to help manage your finances

MIT License

Stars
12

Budgets

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

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
Related Projects