The Alumni Management System project in PHP is an advanced initiative designed to help university management efficiently manage alumni records. The aim of this project is to create an online dashboard for the Alumni Management System. It facilitates the management of both recent and former graduates, allowing for the effective registration, searching, and organization of alumni information.
The project was developed using PHP and MySQL.
- Home page
- About us page
- Vision & mission page
- President's message page
- Executive committee page
- Downloads page
- Join with us page
- Benefits page
- Register online page
- Projects page
- Events page
- Contact us page
- Login module
- Admin module
- Alumni module
- Frontend: HTML, CSS, JavaScript, Bootstrap
- Backend: PHP, MySQL
- Server: Apache (XAMPP / LAMP / WAMP)
- Version Control: Git
Ensure the following tools are installed on your system:
- XAMPP / WAMP / LAMP or any PHP and MySQL environment
- Git
- Browser (Chrome, Mozilla)
-
Clone the Repository:
git clone https://github.com/buddhirangana/alumni-management-system.git
-
Setup the Database:
- Import the
aasict_db.sqlfile located in thedbfolder into your MySQL server. - Create a database named
aasict_dband import the tables and data.
- Import the
-
Configure the Environment:
- Open the
config.phpfile (or equivalent configuration file). - Update the database credentials:
$server = "localhost"; $username = "root"; $password = ""; $database = "aasict_db";
- Open the
-
Start the Server:
- If using XAMPP, start Apache and MySQL.
- Place the project folder in the
htdocsdirectory.
-
Access the Application:
- Open your browser and navigate to
http://localhost/alumni-management-system/.
- Open your browser and navigate to
We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/your-feature). - Open a pull request.
- Special thanks goes to AdminLTE
For queries or feedback, please contact:
- Link in Bio: https://bento.me/buddhirangana
- GitHub: Buddhi Rangana
Distributed under the MIT License. See LICENSE for more information.