To run this application, you need PostgreSQL. Get it from here or here (Mac only). You should also have Ruby and Rails installed on your machine.
#####Once you have this repository cloned on your machine
bundle install
rails db:setup
bundle exec rails server