This little project was created as a coding challenge for applying to Vegan Hacktivists.
It is made with Laravel 8 and requires PHP 7.4+.
https://gist.github.com/GRardB/7e2990bbea8c2e50e2b501b712d8c169
http://vh-coding-challenge.pleesher.com
Note: missing HTTPS as it's not meant to be used in any serious way!
composer install
- Copy
.env.example
to.env
- Alter the
DB_*
environment variables to point to a local, empty database
php artisan migrate
php artisan test
php artisan serve