Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deve-sh/pollster
A Sexy Voting Web App!
https://github.com/deve-sh/pollster
ajax javascript php pollster sql voting voting-app voting-application
Last synced: 22 days ago
JSON representation
A Sexy Voting Web App!
- Host: GitHub
- URL: https://github.com/deve-sh/pollster
- Owner: deve-sh
- License: mit
- Created: 2018-11-27T17:26:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T04:50:21.000Z (over 4 years ago)
- Last Synced: 2024-11-09T22:19:40.153Z (3 months ago)
- Topics: ajax, javascript, php, pollster, sql, voting, voting-app, voting-application
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changepassword.php
- License: LICENSE
Awesome Lists containing this project
README
#
PollsterThe sexiest Voting Web App! Ever!
## Features
- Completely Responsive Design
- Fluid User Interface
- Inbuilt Theme Editor
- Complete User Management Module
- Restricted Access to major parts of the UI
- Fully Functional Administator Control Panel
-
## Pre - Requisites
The following aspects need to be pre installed on any system for the script to run :
- A Web Server that is capable of running PHP.
- PHP (5+)
- MySQL
- Preferrably a MySQL Control Panel such as PHPMyAdmin.
## Download and Installation
The script can be downloaded either by downloading it as a Zip from the Github Repository, or downloaded as a project from the Git Command Line using the following commands.
```git
git clone https://github.com/deve-sh/Pollster.git
cd Pollster
```
After the script has successfully downloaded, start the web server that contains the folder and head over to the web server in your browser. The Script will automatically redirect you to the Installation Page.
Only MySQL Improved Databases are supported.
## Editing Features
The Script on a whole is customisable upto an extent. Install the script, and head over to the Administrator Section to view the different options you may have.
The Script has an inbuilt Theme Editor using which you may customise the style of your Web App Upto a high amount.
## Turning Error Reporting On
This requires file writing and reading privileges.
Something not all the Hosting Users have.
Error Reporting is disabled by default in the script, but if you want to use a safer version of the Script; you can turn the Error Reporting On.
Just go to the two files config.php in the inc/ folder and the adminconfig.php file in the admin/ folder. Change/Remove the following line :
```php
error_reporting(0);
```
## License and Support
The Script is Licensed under the MIT License.
For any Support, feel free to create an issue or contact me at [email protected].