This is a simple app developed by Vera Maria Soterio, Raquel Brandão, Carisa Rubim, Fernanda Massirer, Monique Invernizzi e Jucieli Baschirotto
The idea of the app is to calculate how much you had expense day by day, setting a max daily budget and discounting each cash outflow from that day, and showing to you how much you had expense in a specific day and showing all this expenses classified by month in an index page.
git clone git@github.com:RailsGirlsPoa2014/DailyBudget.git
cd daily_budget/
bundle install
rake db:create db:migrate
rails server
Now your server is running, and you can access the application from http://localhost:3000
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request