/interview-question-app

An app that helps interviewees practice for phone interview questions.

Primary LanguageRuby

Code Climate

Interview App

Background

An app to help job applicants to practice their phone interviewing responses.

Important Links

Setup

Please follow the steps below to get this site set up for local development.

  1. Fork & clone the repo
  2. bundle to install gems
  3. rake db:create db:migrate db:seed to set up your local database
  4. RAILS_ENV=test rake db:migrate to set up your test database
  5. rspec to run specs
  6. rails s to run your localserver:3000