https://github.com/uttamnath64/home-service-provider
Home Service Provider is web application that provider all home services like: electrician, carpenter, etc
https://github.com/uttamnath64/home-service-provider
Last synced: 2 months ago
JSON representation
Home Service Provider is web application that provider all home services like: electrician, carpenter, etc
- Host: GitHub
- URL: https://github.com/uttamnath64/home-service-provider
- Owner: Uttamnath64
- Created: 2023-05-11T04:23:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T18:02:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T04:44:09.720Z (4 months ago)
- Language: PHP
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Services Provider
Home Services Provider is a web application built for providing multiple services such as electrician, carpenter, etc. It has three different parts: User, Provider, and Admin. This repository contains the source code and necessary files for the project.
## Technologies Used
The following technologies have been used to develop this project:
- PHP
- HTML
- CSS
- JavaScript
- MySQL## Project Structure
The project is organized into different directories and files. Here's a brief overview of the structure:
- **`index.php`**: The main entry point of the application.
- **`config.php`**: Contains configuration settings for connecting to the MySQL database.
- **`css/`**: Directory for CSS files.
- **`js/`**: Directory for JavaScript files.
- **`images/`**: Directory for storing image assets.
- **`includes/`**: Directory containing reusable PHP code snippets and functions.
- **`/`**: Directory for user-related functionalities and views.
- **`provider/`**: Directory for provider-related functionalities and views.
- **`admin/`**: Directory for admin-related functionalities and views.## Setup Instructions
To set up the project locally, follow these steps:
1. Clone the repository: `git clone https://github.com/Uttamnath64/Home-Service-Provider.git`.
2. Navigate to the project directory: `cd Home-Service-Provider`.
3. Import the MySQL database: Use the provided SQL script `hsp.sql` file.
4. Update the database configuration: Open `config.php` and modify the database connection settings according to your local environment.
5. Start a local development server: You can use tools like XAMPP, WAMP, or MAMP to run the PHP application locally.
6. Access the application: Open a web browser and visit `http://localhost/Home-Service-Provider` to access the application.## Usage
- As a **User**, you can browse available services, view service providers, and request services.
- As a **Provider**, you can create an account, list your services, and manage service requests from uenter code heresers.
- As an **Admin**, you have additional privileges to manage users, providers, and service requests.