Skip to content

Latest commit

Β 

History

History
58 lines (47 loc) Β· 2.09 KB

File metadata and controls

58 lines (47 loc) Β· 2.09 KB

Group C Final PHP

⚽ Football League Management System

πŸ“Œ Project Overview

The COCIS Football League Management System is a web-based application developed using Laravel to manage football leagues efficiently. It allows administrators to oversee teams, fixtures, match results, player statistics, and standings. The system provides a user-friendly interface for both administrators and users to interact with league data in real time.

πŸš€ Features

##>Team Management: Add, update, and remove teams. ##>Match Scheduling: Create and manage fixtures. ##>Player Management: Add and update player details. ##>Live Scores & Results: Update match results dynamically. ##>Standings & Rankings: Automatically update league standings based on match results. ##>User Authentication: Secure login system for administrators.

πŸ› οΈ Technologies used

  • Backend: PHP
  • Frontend: HTML, CSS, JavaScript
  • Database: MySQL
  • Version Control: Git & GitHub

πŸ‘₯ Contributors

Name Reg. Number
Tulinawe Ismail 23/u/18058/EVE
Mwesigwa Arnold Mugahi 23/u/24738/PS
Naisanga Patricitia 23/u/18058/EVE
Bonabana Bronia 23/u/18058/EVE
Nakyambadde Mariam 23/u/18058/EVE

πŸ“‚ Project Structure

/cocis-football-league/ │── index.php # Main landing page │── dashboard.php # Admin dashboard │── teams.php # Manage teams │── fixtures.php # Manage fixtures │── results.php # Update results │── standings.php # View league table │── auth/ # User authentication files │── assets/ # CSS, JS, Images │── database/ # Database connection files │── README.md # Project documentation

βš™οΈ Installation

  1. Clone the repository:
    git clone https://github.com/your-repo-url.git
  2. Import the database (SQL file) into MySQL.
  3. Configure the database connection in config.php.
  4. Start the PHP development server:
        php -S localhost:8000
  5. Open http://localhost:8000 in your browser.