This is a simple app developed by Sheila Perboni de Andrade, Bruna Oliveira, Roberta Roth, Daniele Ramos de Souza, Mariane Hahn, Guilherme Severo.
It's a app that allows anyone to offer or request rides across the town or even between cities.
git clone git@github.com:RailsGirlsPoa2014/DeCarona.git
cd decarona/
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