A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
Go to file
Les De Ridder 46b3162a17 Clarify readme 2018-10-24 01:16:26 +02:00
app Only commit DB transaction after voting code is set to used 2018-10-23 04:20:23 +02:00
bootstrap Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
config Clean .env and make timezone configurable 2018-10-19 20:53:13 +02:00
database Implement poll creation 2018-10-16 03:23:19 +02:00
public Add optional deployment-specific footer 2018-10-22 22:31:10 +02:00
resources Implement JSON output 2018-10-23 02:40:49 +02:00
routes Implement poll editing 2018-10-19 20:16:58 +02:00
storage Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
tests Delete most unused Laravel stuff 2018-10-04 00:03:16 +02:00
.editorconfig Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
.env.example Clean .env and make timezone configurable 2018-10-19 20:53:13 +02:00
.gitattributes Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
.gitignore Add optional deployment-specific footer 2018-10-22 22:31:10 +02:00
LICENSE Add license 2018-10-04 00:09:12 +02:00
README.md Clarify readme 2018-10-24 01:16:26 +02:00
artisan Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
composer.json Remove unused stuff from composer.json 2018-10-23 03:39:49 +02:00
composer.lock Tidy HTML output 2018-10-16 04:42:13 +02:00
package-lock.json Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
package.json Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
phpunit.xml Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
server.php Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00
webpack.mix.js Use Laravel Mix to combine and minify CSS 2018-10-22 21:35:39 +02:00
yarn.lock Add Laravel 5.7 base files 2018-10-04 00:03:16 +02:00

README.md

pollthingy

A simple (straw) poll web application made with Laravel 5.7.

Features

  • Many useful options (multiple answers, automatic closing of poll at a chosen date, hiding results until poll is closed, etc.)
  • Optional duplication checking via generated single-use voting codes
  • Sane endpoints/'RESTful API' (with optional JSON output via HTTP Accept header)
  • Simple CSS based on Cutestrap
  • No JS is used
  • Developed with support for text-based browsers in mind (including pie charts in w3m)

API

TODO: Document the API.

License

pollthingy is licensed under the University of Illinois/NCSA Open Source License. The full license can be found in the LICENSE file.