Skip to content

birtona/rent-a-role-model

Repository files navigation

rent-a-role-model Build Status

Setup in your Terminal

  • 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

Run the tests

  • bundle exec rake db:create db:migrate RAILS_ENV=test
  • bundle exec rake