bebepeng / interview-question-app

An app that helps interviewees practice for phone interview questions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An app that helps interviewees practice for phone interview questions.


Languages

Language:Ruby 85.4%Language:CSS 7.8%Language:JavaScript 6.8%