You should follow these instructions in order to get it up and running.
Start by running:
git clone [email protected]:jeKnowledge/the-grad-list.git
cd the-grad-list/
bundle install
rake db:migrate
rails server
Finally you can head to localhost:3000
to test the app.