A stupid voting app for the beer4peer Slack. This code is open source so that it's auditable and transparent. If you have any questions, please contact the Beer4Peer team.
This app tracks who votes, but not the actual vote.
Emails are not used, as they can in theory be tracked. Instead, Slack handles and logins are used.
- Clone the repo and
cdinto it composer install- Rename or copy
.env.examplefile to.env php artisan key:generate- Setup a database and add your database credentials in your
.envfile php artisan migrateorphp artisan migrate --seedif you want seed datayarnyarn devphp artisan serveor use Laravel Valet- Visit
localhost:8000in your browser