SportNet is a comprehensive PHP-based Sports Club Management System designed to simplify the management of sports clubs. It enables users to register club members, schedule events, manage tournaments, and recruit players efficiently. Built with a robust tech stack, it serves as an ideal project for students and sports organizations alike.
- Member Registration: Easily register new club members with a user-friendly interface.
- Event Scheduling: Schedule and manage club events seamlessly.
- Tournament Management: Organize tournaments with features for brackets and scores.
- Player Recruitment: Facilitate player recruitment and track applications.
- Responsive Design: Built with Bootstrap 5 for a mobile-friendly experience.
- Database Management: Utilizes MySQL for efficient data handling.
- PHP: The server-side scripting language that powers the application.
- MySQL: The database management system used for storing data.
- Bootstrap 5: A front-end framework that ensures a responsive design.
To get started with SportNet, follow these steps:
-
Clone the Repository:
git clone https://github.com/Chirawat18/Sportnet.git
-
Navigate to the Directory:
cd Sportnet -
Set Up the Database:
- Create a MySQL database.
- Import the SQL file located in the
databasefolder.
-
Configure the Application:
- Edit the configuration file to set your database credentials.
-
Run the Application:
- Use a local server (like XAMPP or WAMP) to run the application.
After installation, open your browser and navigate to http://localhost/Sportnet. You will find the homepage where you can start managing your sports club.
- Click on the "Register" button.
- Fill out the required fields.
- Submit the form to add a new member.
- Navigate to the "Events" section.
- Click on "Add Event".
- Enter event details and save.
- Go to the "Tournaments" tab.
- Create a new tournament and set up brackets.
- Update scores as matches progress.
- Visit the "Recruitment" page.
- Review applications and manage player data.
We welcome contributions to SportNet! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-YourFeature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-YourFeature). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or inquiries, please reach out via:
- Email: your-email@example.com
- GitHub: Chirawat18
You can find the latest releases of SportNet here. Download the latest version and execute it to get started.
For more information, check the "Releases" section of the repository.