This is a basic Museum management system made with HTML, CSS and PHP. It performs the basic functionalities of the admin and employees of the museum who can access it and keep track record of all the shipments and activities of the museum.
A screenshot of the front page of the application which you would see when starting the project.
Admin menu screen where only admin can access the entire museum workforce like tracking orders, managing employees, department status, etc..
Gives full control to the admin and makes it easy to manage the entire organization on scale.
A menu for the visitor, to access information about the various items currently in the exhibit, kinda like a mini wikipedia.
A menu system where the employees can manage their info, update their entry and exit status and request any queries..
A simple window to watch and track all the items, paintings, statues, exhibits, etc. in the museum.
This menu is for any visitor, for accessing the info about the museum, like show timings, event dates, department exhibit, images and info, etc..
To setup this project, you can fork this repo to ypur local system and then run it through your localhost system.
I used Xampp localhost service to create and load this project.
- Fork the project into the htdocs of your xampp files, (it only works there)
- Add the museumsys.sql file into the xampp database (the db used for the project)
- Start the xampp server
- Type localhost\ in the browser
- Select the project folder name link and it should run
