1
0
Fork 0
A simple (straw) poll web application made with Laravel https://poll.fuwafuwa.moe
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Les De Ridder 46b3162a17
Clarify readme
vor 5 Jahren
app Only commit DB transaction after voting code is set to used vor 5 Jahren
bootstrap Add Laravel 5.7 base files vor 5 Jahren
config Clean .env and make timezone configurable vor 5 Jahren
database Implement poll creation vor 5 Jahren
public Add optional deployment-specific footer vor 5 Jahren
resources Implement JSON output vor 5 Jahren
routes Implement poll editing vor 5 Jahren
storage Add Laravel 5.7 base files vor 5 Jahren
tests Delete most unused Laravel stuff vor 5 Jahren
.editorconfig Add Laravel 5.7 base files vor 5 Jahren
.env.example Clean .env and make timezone configurable vor 5 Jahren
.gitattributes Add Laravel 5.7 base files vor 5 Jahren
.gitignore Add optional deployment-specific footer vor 5 Jahren
LICENSE Add license vor 5 Jahren
README.md Clarify readme vor 5 Jahren
artisan Add Laravel 5.7 base files vor 5 Jahren
composer.json Remove unused stuff from composer.json vor 5 Jahren
composer.lock Tidy HTML output vor 5 Jahren
package-lock.json Use Laravel Mix to combine and minify CSS vor 5 Jahren
package.json Add Laravel 5.7 base files vor 5 Jahren
phpunit.xml Add Laravel 5.7 base files vor 5 Jahren
server.php Add Laravel 5.7 base files vor 5 Jahren
webpack.mix.js Use Laravel Mix to combine and minify CSS vor 5 Jahren
yarn.lock Add Laravel 5.7 base files vor 5 Jahren

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.