-
Find the demo live version here: https://rent-a-role-model.herokuapp.com
-
Rent a Role Model uses Ruby 2.1.5 and Rails 4.2.0
- git clone git@github.com:birtona/rent-a-role-model.git
- cd rent-a-role-model
- bundle install
- bundle exec rake db:migrate
- bundle exec rails s
-> open http://localhost:3000 in your browser and register as a role model with your xing login
- bundle exec rake db:create db:migrate RAILS_ENV=test
- bundle exec rake