How To Run

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

“University Event Management System” is a Web-based prototype for Particular University

Events. In this system, the user or the employee needs to register the event that is going to held
in the university. This system is written in PHP and MYSQL. Continuously, it consists of one
main component Admin side.

This is a simple project where the user can add the events by registering it. Eventually, they can
even delete the event and edit too. In this project their you can find a search bar where you can
search for the program. The user can make the file in the pdf for printing purposes. For the
database connection first, you need to create the database named project.sql in
the localhost/phpmyadmin/ and then you can import the database which is found project.sql file.

The technologies used in this project are:


 HTML: Page layout and design
 CSS: Design
 JS: Frontend
 PHP: Backend
 Bootstrap
 Java Script

How To Run??

To run this project you must have installed a virtual server i.e XAMPP on your PC. University
Event Management System in PHP with source code is free to download, Use for educational
purposes only!

After Starting Apache and MySQL in XAMPP, follow the following steps

1st Step: Extract file


2nd Step: Copy the main project folder
3rd Step: Paste in xampp/htdocs/

Now Connecting Database

4th Step: Open a browser and go to URL “http://localhost/phpmyadmin/”


5th Step: Then, click on the databases tab
6th Step: Create a database naming “project” and then click on the import tab
7th Step: Click on browse file and select “project.sql” file which is inside the “project” folder
8th Step: Click on go.

After Creating Database,

9th Step: Open a browser and go to URL “http://localhost/Events-Management-System-master/”

You might also like