This application requires an installion of bundler and was developed using Rails 4.0.3 and Ruby 2.1.1
Steps to set up application:
- Clone application
- cd into the application directory
- Run this command: bundle install
- Run this command: rake db:create && rake db:migrate
- To initiate server enter this command: rails server
- Using a browser, navigate to localhost:3000 to view application