A light self-hosted alternative to Straw Poll.
Go to file
Madeorsk ec3a86cc33 Result view & pie chart generation
+ Result view;
+ Pie chart generation (TODO: Add values for each color).

TODO: Organize JSON results.
2018-08-13 17:02:06 +02:00
config End of Home page, begin of Poll page and Configuration 2018-08-12 19:29:13 +02:00
models Merge branch 'master' of https://git.cant.at/Madeorsk/PollVerlaine 2018-08-13 14:51:52 +02:00
static Result view & pie chart generation 2018-08-13 17:02:06 +02:00
views Result view & pie chart generation 2018-08-13 17:02:06 +02:00
.gitignore End of Home page, begin of Poll page and Configuration 2018-08-12 19:29:13 +02:00
LICENSE Initial commit 2018-08-12 12:20:32 +00:00
README.md Betterize the README, Set the Good email and some format 2018-08-13 13:02:09 +02:00
composer.json Betterize the README, Set the Good email and some format 2018-08-13 13:02:09 +02:00
index.php Result view & pie chart generation 2018-08-13 17:02:06 +02:00

README.md

PollVerlaine

A small alternative to Straw Poll.

Installation

Clone the repository :

mkdir db && touch db/polls.db && composer install

Uncomment the dba extention in php.ini :

extension=dba

Rename config/app.example.php to config/app.php.

Sample configuration for nginx :

location /
{
    try_files $uri /index.php =404;
}

API