expense icon indicating copy to clipboard operation
expense copied to clipboard

Simple, personal expense tracking.

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.