A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Les De Ridder 46b3162a17
Clarify readme
hace 5 años
app Only commit DB transaction after voting code is set to used hace 5 años
bootstrap Add Laravel 5.7 base files hace 5 años
config Clean .env and make timezone configurable hace 5 años
database Implement poll creation hace 5 años
public Add optional deployment-specific footer hace 5 años
resources Implement JSON output hace 5 años
routes Implement poll editing hace 5 años
storage Add Laravel 5.7 base files hace 5 años
tests Delete most unused Laravel stuff hace 5 años
.editorconfig Add Laravel 5.7 base files hace 5 años
.env.example Clean .env and make timezone configurable hace 5 años
.gitattributes Add Laravel 5.7 base files hace 5 años
.gitignore Add optional deployment-specific footer hace 5 años
LICENSE Add license hace 5 años
README.md Clarify readme hace 5 años
artisan Add Laravel 5.7 base files hace 5 años
composer.json Remove unused stuff from composer.json hace 5 años
composer.lock Tidy HTML output hace 5 años
package-lock.json Use Laravel Mix to combine and minify CSS hace 5 años
package.json Add Laravel 5.7 base files hace 5 años
phpunit.xml Add Laravel 5.7 base files hace 5 años
server.php Add Laravel 5.7 base files hace 5 años
webpack.mix.js Use Laravel Mix to combine and minify CSS hace 5 años
yarn.lock Add Laravel 5.7 base files hace 5 años

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.