premier league
1.0.0
該項目是一個英超足球模擬應用程序,使用 Laravel 10(後端)和 Next.js(前端)構建。
git clone https://github.com/filipimiparebine/premier-league-be.git
cd premier-league-be
./run.sh
http://localhost:3000
存取應用程式運行後端測試:
docker-compose exec premier-league-be vendor/bin/phpunit
資料庫播種在 docker compose up 上執行一次,但您也可以使用:
docker compose exec premier-league-be php artisan db:seed --class=DatabaseSeeder
此專案使用 GitHub Actions 進行持續整合。工作流程在.github/workflows/ci.yml
中定義。
該專案是根據 MIT 許可證授權的開源軟體。