A simple (straw) poll web application made with Laravel
https://poll.fuwafuwa.moe
Les De Ridder 46b3162a17 | ||
---|---|---|
app | ||
bootstrap | ||
config | ||
database | ||
public | ||
resources | ||
routes | ||
storage | ||
tests | ||
.editorconfig | ||
.env.example | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
artisan | ||
composer.json | ||
composer.lock | ||
package-lock.json | ||
package.json | ||
phpunit.xml | ||
server.php | ||
webpack.mix.js | ||
yarn.lock |
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.