https://github.com/adambutler/poll
Voting done simply in real-time
https://github.com/adambutler/poll
Last synced: 27 days ago
JSON representation
Voting done simply in real-time
- Host: GitHub
- URL: https://github.com/adambutler/poll
- Owner: adambutler
- License: mit
- Created: 2014-10-15T19:45:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-08T07:38:22.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T04:36:18.024Z (5 months ago)
- Language: Ruby
- Homepage: http://poll.lab.io
- Size: 314 KB
- Stars: 169
- Watchers: 13
- Forks: 54
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-open-ror - Poll - Voting done simply in real-time (Random)
README
# 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



## 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](http://pusher.com) application credentials or setup [Slanger](https://github.com/stevegraham/slanger) (perhaps with [docker-slanger](https://github.com/adambutler/docker-slanger))
## Contributing
Contributions are welcome, please follow [GitHub Flow](https://guides.github.com/introduction/flow/index.html)