A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Les De Ridder 46b3162a17
Clarify readme
5 年前
app Only commit DB transaction after voting code is set to used 5 年前
bootstrap Add Laravel 5.7 base files 5 年前
config Clean .env and make timezone configurable 5 年前
database Implement poll creation 5 年前
public Add optional deployment-specific footer 5 年前
resources Implement JSON output 5 年前
routes Implement poll editing 5 年前
storage Add Laravel 5.7 base files 5 年前
tests Delete most unused Laravel stuff 5 年前
.editorconfig Add Laravel 5.7 base files 5 年前
.env.example Clean .env and make timezone configurable 5 年前
.gitattributes Add Laravel 5.7 base files 5 年前
.gitignore Add optional deployment-specific footer 5 年前
LICENSE Add license 5 年前
README.md Clarify readme 5 年前
artisan Add Laravel 5.7 base files 5 年前
composer.json Remove unused stuff from composer.json 5 年前
composer.lock Tidy HTML output 5 年前
package-lock.json Use Laravel Mix to combine and minify CSS 5 年前
package.json Add Laravel 5.7 base files 5 年前
phpunit.xml Add Laravel 5.7 base files 5 年前
server.php Add Laravel 5.7 base files 5 年前
webpack.mix.js Use Laravel Mix to combine and minify CSS 5 年前
yarn.lock Add Laravel 5.7 base files 5 年前

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.