Procedure to execute the web application
- Install XAMPP software
- The source code has to be saved in the location : C:/XAMPP/htdocs
- Open XAMPP control panel and start the Apache server and MySQL
- Click on the Admin of the MySQL in the XAMPP control panel, the phpMyAdmin page will be displayed. Create a database named "alumni_portal" and import the SQL file 'alumni_portal db.sql' into it.
- Open any browser (IE, Chrome, Firefox etc.,) Type : localhost/alumni-management-system the application will be executed.