Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

thenosakhare/poll

 
 

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 https://poll.lab.io

image

image

image

Installing

$ git clone git@github.com: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

About

Voting done simply in real-time

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 51.7%
  • HTML 24.8%
  • CSS 13.4%
  • CoffeeScript 8.2%
  • JavaScript 1.9%