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 许可证授权的开源软件。