Cycle 3 Project for 67-475.
##To Get Started: Make sure you have PostgresSql installed. If not, get it from here.
Open psql and type:
create database informare_development;
In a separate tab:
bundle install
rake db:migrate
rails s
To deploy on Heroku:
https://devcenter.heroku.com/articles/getting-started-with-rails4#store-your-app-in-git