Using Rails as a server
###Installation
- Clone the repo (or download as zip)
- Install Ruby and Rails (http://rubyonrails.org/download)
- Make sure you have ruby 2.0 and rails 4 (ruby -v, rails -v)
- Open terminal, cd to this project directory and
bundle install
- Start the app
rails s