This project simulates a Champions League tournament involving four football teams. The simulation generates match results and estimates the final league table based on these results.
- Clone the repository
- Set .env file with your database credentials
- Run the following command in the terminal:
composer install
- Run migration:
php artisan migrate
- Npm install:
npm install
- Npm run dev:
npm run dev
- Run the following command in the terminal:
php artisan serve