Place where we examine our candidates
Before pairing:
- Clone repo
git clone [email protected]:netguru/pairguru.git
- run
bundle install
within app directory - run
rake db:setup
This will create database, run migrations and fill db with seeds - run
rails s
💥