/urpolls

Website where users can add polls and people can vote on them.

Primary LanguageRuby

Urpolls

Allows users to create polls and vote on other polls.

Hosted on heroku:
https://urpolls.herokuapp.com/

Setup

Install required gems:
bundle install

Initialize database:
rails db:migrate

Start server:
rails s