premier league
1.0.0
This project is a Premier League football simulation application built with Laravel 10 (backend) and Next.js (frontend).
git clone https://github.com/filipimiparebine/premier-league-be.git
cd premier-league-be
./run.sh
http://localhost:3000
To run the backend tests:
docker-compose exec premier-league-be vendor/bin/phpunit
Seeding the database is executed once on docker compose up, but you can also use:
docker compose exec premier-league-be php artisan db:seed --class=DatabaseSeeder
This project uses GitHub Actions for continuous integration. The workflow is defined in .github/workflows/ci.yml
.
This project is open-sourced software licensed under the MIT license.