Skip to content

AJmight/phpfinal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors