This is an application to make the predictions for the first 10 drivers in specific Grand Prix in F1.
To launch the application:
git clone https://github.com/Janirr/Laravel-Project/
composer install
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
The app should be at http://127.0.0.1:8000/