Electronic Repair Management System project is developed using PHP, CSS, HTML, and JavaScript. It has all the essential features required for the management of the electronic shop. This project contains only the admin’s side where he/she can add, edit, delete, view, electronic items for the user. The Admin plays the main role in the management of the system. In this project, all the main functions are performed from the Admin side.
About Electronic Repair Management System In PHP
This is a simple online electronic store management system in PHP. Here you can send your electronic items for the repair. You can specify the problems with your gadget. Once you send your packet then they will repair your gadget.
Here all the task are handled from the admin part. From adding customers to checking their completion time. The admin has the full access to the system. When you send your product for repair the admin will allocate it to the workers. If your item is repaired then the admin will mark it as to be delivered to the user. Also, the admin can check the product status. He can view the annual income or even the monthly income of his online electronic store. He can also manage the profits of the store.
How To Run Electronic Repair Management System In PHP ?
To run this project you must have installed virtual server i.e. XAMPP on your pc (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps –
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on databases tab
- Create database naming “dbfix” and then click on import tab
- Click on browse file and select “dbfix.sql” file which is inside “DATABASE” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/fix/”
For username and password, refer “Readme.txt” file.