The Sports League System is a web-based application designed to efficiently manage teams, players, matches, scores, and standings. The project is built using the Laravel framework, with HTML and CSS for the frontend design.
YouTube : https://www.youtube.com/watch?v=WM_Y6bLBTn4
- Team Management: Add, update, and view team details
- Player Management: Manage player profiles, assign players to teams.
- Match Scheduling: Create and manage match schedules.
- Score Tracking: Record and update match scores.
- Standings: Automatically calculate and display league standings.
- Ranking: Automatically calculate and display Player ranking.
- Frontend: HTML,CSS (Bootstrap), JavaScript
- Backend: Laravel Framework
- Database: MySQL
https://github.com/alamgir-ahosain/sports-league-system.git
or Download Zip file
composer install
npm install
npm run dev
- Copy the
.env.example
file and rename it to.env
- Generate the application key:
php artisan key:generate --ansi
- Update your
.env
file with your database credentials:
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=project_name
DB_USERNAME=your_db_username
DB_PASSWORD=your_db_password
php artisan migrate
php artisan serve
- Register a new account.
- Log in with your credentials.
- Browse with the role
Your feedback is valuable! Please share your thoughts and suggestions for improvement via GitHub Issues.
- Thanks to Laravel Documentation for providing comprehensive guidelines.
- Special thanks to all open-source contributors for their hard work and support.