Skip to content

RailsGirlsPoa2014/DailyBudget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Budget (Team 11)

The team

This is a simple app developed by Vera Maria Soterio, Raquel Brandão, Carisa Rubim, Fernanda Massirer, Monique Invernizzi e Jucieli Baschirotto

The idea

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.

Using in your computer

  1. git clone git@github.com:RailsGirlsPoa2014/DailyBudget.git
  2. cd daily_budget/
  3. bundle install
  4. rake db:create db:migrate
  5. rails server

Now your server is running, and you can access the application from http://localhost:3000

How to modify and contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request