https://github.com/precla/pollsite
Simple website to get votes from customers and view them in a admin panel
https://github.com/precla/pollsite
Last synced: 3 months ago
JSON representation
Simple website to get votes from customers and view them in a admin panel
- Host: GitHub
- URL: https://github.com/precla/pollsite
- Owner: precla
- Created: 2016-10-29T12:35:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T21:30:14.000Z (about 6 years ago)
- Last Synced: 2025-12-27T09:56:25.394Z (6 months ago)
- Language: PHP
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About
Simple website to get votes from customers
Features:
- First three questions are static, fourth one can be changed from admin panel
- Set target values to see if you met your target
- export data to a XML file
Requires:
- PHP 5.x.x
- MySQL
External dependencies (included in this repo):
- jquery
- jquery ui
- Chart.js
- moment.js
- php-export-data by Eli Dickinson, http://github.com/elidickinson/php-export-data
Setup:
- check and edit `db/config_EXAMPLE.php` and save as `config.php`
- create new database with the same name as set in `$db_name` in `config.php`
- load `db/default_db.sql` into the newly created database (or `default_db_with_example_data.sql` to have some data upfront to see how the program behaves)
Preview:



