Place where we examine our candidates
Before pairing:
- Clone repo
git clone git@github.com:netguru-training/pairguru.git - run
bundle installwithin app directory - run
rake db:setupThis will create database, run migrations and fill db with seeds - run
rails s💥