- Mohe (Co-Founder, Frontend)
- Amin (Co-Founder, Frontend, Backend, Server)
- Hashem (Backend lead, Database, Server)
- Yamin (Frontend, Database)
The Housepoints project was developed by a team of four students to create a relational database and a web application that allows administrators to manage individual student house points and the points for each house. The application also enables users to:
- Search the points of each house and student.
- View leaderboards specialized to the learning profiles of the International Baccalaureate (IB) system.
- Admin Management: Admins can manage house points for individual students and houses.
- User Search: Users can search for points by house and student.
- Leaderboards: View leaderboards specialized to the IB learning profiles.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL (managed with phpMyAdmin)
- Server: XAMPP for local development
- Go to the XAMPP website and download the XAMPP installer for your operating system.
- Follow the installation instructions provided on the website.
- Download the files of this project from the GitHub repository.
- Place the files in the
htdocs
directory of your XAMPP installation. Typically, this is located at:C:\xampp\htdocs
on Windows/Applications/XAMPP/htdocs
on macOS
- Open phpMyAdmin by navigating to
http://localhost/phpmyadmin
in your web browser. - Create a new database for the project.
- Import the provided SQL file into this database to set up the necessary tables and data. The SQL file is located in the project directory.
- Open your web browser and navigate to
http://localhost/your_project_folder/index.php
. - This will open the web application, and you can start using the Housepoints system.
- Admin Panel: Log in as an admin to manage house points for students and houses.
- Search: Search for house points by house or student.
- Leaderboards: View and filter leaderboards based on the IB learning profiles.
This project is not open source and is provided for personal use only. By accessing or downloading the code, you agree to the following terms:
-
Usage:
- You may view and download the code for personal, non-commercial purposes.
- Redistribution or hosting of the application without explicit permission is prohibited.
-
Modifications:
- You are not permitted to modify or create derivative works based on this project.
-
Attribution:
- If you reference or share the project, you must provide clear attribution to the author.