randomecho / slips-and-chits

Expense tracking for the sake of tallying numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slips and chits

Sinatra based app that does minor lookup between receipts for spending habits and sinkholes.

Setup

$ bundle install
$ irb
irb> require './app'
irb> Chit.auto_migrate!
irb> exit

License

Released under the MIT License.

About

Expense tracking for the sake of tallying numbers

License:MIT License


Languages

Language:Ruby 60.6%Language:HTML 33.8%Language:CSS 5.6%