Skip to content

adambutler/poll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dave CropleyDave Cropley
Dave Cropley
and
Dave Cropley
Apr 27, 2015
c36e815 · Apr 27, 2015

History

55 Commits
Apr 27, 2015
Oct 4, 2014
Nov 7, 2014
Oct 4, 2014
Oct 4, 2014
Oct 4, 2014
Oct 5, 2014
Oct 4, 2014
Oct 13, 2014
Nov 7, 2014
Oct 13, 2014
Oct 13, 2014
Oct 13, 2014
Oct 13, 2014
Apr 8, 2015
Oct 15, 2014
Oct 4, 2014
Oct 4, 2014

Repository files navigation

Poll

Poll is a Ruby on Rails applications for conducting Polls simply and in real-time. Poll requires no registration to create or enter polls and the results page can be loaded while results are loaded in as they occour.

Here are a few screensots from http://poll.lab.io

image

image

image

Installing

$ git clone [email protected]:adambutler/poll.git
$ cd poll
$ bundle install
$ rake db:create
$ rake db:migrate
$ cp .env.example .env

Modify the .env file to match with your Pusher application credentials or setup Slanger (perhaps with docker-slanger)

Contributing

Contributions are welcome, please follow GitHub Flow