Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 422 Bytes

Fat Wallet app

This app allows you to keep track of your expenses so you can see how much money you are spending every week, with the ability to add items to your purchases

developer guide

use

ruby app.rb

or

shotgun app.rb

app creates a file called FatWallet.db in the root project folder to store information and server as the models

added 'Gemfile' and 'config.ru' for when deploying to heroku.