This is a platform designed for service companies to manage their services and for customers to request and manage services. The system allows businesses to offer a range of services, and customers can sign up, browse, book, and pay for these services through the website. It's designed to be adaptable to any type of service company (cleaning, repairs, etc...)
- Sign up, sign in, and manage an account
- Browse and search for available services
- Request services and receive bills
- View service history and billing details
- Sign in with admin credentials
- Manage business info (name, logo, address)
- Add, edit, and remove service offerings
- Confirm service execution and handle unpaid bills
- View a history of provided services and customer interactions
- Clone the repository:
Open your terminal (or VSCode terminal) and run the following command:git clone https://github.com/yourusername/ServiceHub.git
- Navigate to the project directory:
Once the repository is cloned, move into the project folder:cd Service_Manager_Website - Open the project in Visual Studio Code:
Launch VSCode and open the project folder with this command:code .