A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Les De Ridder 46b3162a17
Clarify readme
5 years ago
app Only commit DB transaction after voting code is set to used 5 years ago
bootstrap Add Laravel 5.7 base files 5 years ago
config Clean .env and make timezone configurable 5 years ago
database Implement poll creation 5 years ago
public Add optional deployment-specific footer 5 years ago
resources Implement JSON output 5 years ago
routes Implement poll editing 5 years ago
storage Add Laravel 5.7 base files 5 years ago
tests Delete most unused Laravel stuff 5 years ago
.editorconfig Add Laravel 5.7 base files 5 years ago
.env.example Clean .env and make timezone configurable 5 years ago
.gitattributes Add Laravel 5.7 base files 5 years ago
.gitignore Add optional deployment-specific footer 5 years ago
LICENSE Add license 5 years ago
README.md Clarify readme 5 years ago
artisan Add Laravel 5.7 base files 5 years ago
composer.json Remove unused stuff from composer.json 5 years ago
composer.lock Tidy HTML output 5 years ago
package-lock.json Use Laravel Mix to combine and minify CSS 5 years ago
package.json Add Laravel 5.7 base files 5 years ago
phpunit.xml Add Laravel 5.7 base files 5 years ago
server.php Add Laravel 5.7 base files 5 years ago
webpack.mix.js Use Laravel Mix to combine and minify CSS 5 years ago
yarn.lock Add Laravel 5.7 base files 5 years ago

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.