The Home Service System In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains an admin and user side. The admin side manages all the management like editing site contents, managing providers, and bookings. The admin has an important role in the management of this system.
About Home Service System In PHP
This Home Service System is in PHP, JavaScript, and CSS. Talking about the features of this system, it contains the admin section and the user (customer or service provider) section. All the editing, updating, managing bookings, and service providers are from the admin section while customers can only go through the site and make bookings if want. The design of this system is simple so that the user won’t get any difficulties while working on it.
For the user section, the users can go through the homepage, about, and services. The user can be either a customer who needs home services or a service provider who performs home services. In order to register as a service provider, the user has to fill up the registration form. Whereas, to book the service provider as a customer, the user can first search for the available service provider and then book them. This project makes a convenient way for customers to book service providers, without having to go to the required service center.
How To Run Home Service System In PHP ?
To run this project, you must have installed a 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/
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “services” and then click on the import tab
- Click on browse file and select “main.sql” file which is inside the “homeserivces” folder
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/homeservices/”