/expense

Simple, personal expense tracking.

Primary LanguageRubyMIT LicenseMIT

Expense Build Status Dependency Status

Simple, personal expense tracking.

Setup

  1. Clone the repository.

  2. Ensure you have the required gems installed.

    bundle install
    
  3. Create and migrate the database.

    rake db:create db:migrate
    

License

expense uses the MIT license. See LICENSE for more details.