A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
5 年前 | |
---|---|---|
app | 5 年前 | |
bootstrap | 5 年前 | |
config | 5 年前 | |
database | 5 年前 | |
public | 5 年前 | |
resources | 5 年前 | |
routes | 5 年前 | |
storage | 5 年前 | |
tests | 5 年前 | |
.editorconfig | 5 年前 | |
.env.example | 5 年前 | |
.gitattributes | 5 年前 | |
.gitignore | 5 年前 | |
LICENSE | 5 年前 | |
README.md | 5 年前 | |
artisan | 5 年前 | |
composer.json | 5 年前 | |
composer.lock | 5 年前 | |
package-lock.json | 5 年前 | |
package.json | 5 年前 | |
phpunit.xml | 5 年前 | |
server.php | 5 年前 | |
webpack.mix.js | 5 年前 | |
yarn.lock | 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.