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
cd
into it composer install
- Rename or copy
.env.example
file to.env
php artisan key:generate
- Setup a database and add your database credentials in your
.env
file php artisan migrate
orphp artisan migrate --seed
if you want seed datayarn
yarn dev
php artisan serve
or use Laravel Valet- Visit
localhost:8000
in your browser