Various implementations of a straw poll application to test buildpacks.
Straw poll implements a simple data model that allows any visitor to create a poll.
A poll consists of:
- An author email adress to send results
- A UTC starting datetime after which point voting is permitted. Defaults to now.
- A UTC ending datetime after which voting is disabled. Defaults to 24 hours from now.
- One or more poll options
A poll option consists of:
- 80-characters of text
- A positive integer number of votes for that options
Anyone is free to build and PR a reference implementation or update an implemenation via a PR.
In any given subdirectory
./scripts/bootstrap
./scripts/setup
In any given subdirectory
./scripts/build
In any given subdirectory
./scripts/test
In any given subdirectory
./scripts/test
In any given subdirectory
./scripts/console
[Patrick Wiseman](mailto: [email protected])