A simple Laravel based website that displays statistics about covid 19.
https://covid19-laravel.herokuapp.com/
First run
git clone ...
cp .env.exmaple .envthen get a free API key from covid-193 and add it in your .env file.
php artisan key:generate
php artisan serve