Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.61 KB

Home-Service Booking and Feedback System

Overview

This project is a Home-Service Booking and Feedback System that allows users to book cleaning and pest control services, leave feedback, and enables admin users to view feedback and manage appointments. It is built using React for the frontend and utilizes a mock JSON server (or MySQL database via Spring Boot JPA) for the backend to store and retrieve data.

Features

  • User Registration and Authentication
  • Service Booking
  • Leave Feedback
  • Admin Dashboard
    • View Feedback
    • Manage Appointments

User Registration and Authentication

  • Users can register and log in to the system to access booking and feedback features.

Booking Services

  • Users can browse available services and book appointments for cleaning and pest control.

Leave Feedback

  • Users can leave feedback about their service experience.

Admin Dashboard

  • Admin users can log in and access the admin dashboard to:
  • View feedback submitted by users.
  • Manage appointments, including approving, rescheduling, or canceling appointments.

Config for JSON Server

  • The mock JSON server is used for storing and retrieving data.
  • Data is saved and retrieved from the db.json file in the backend directory.

21 22 23

License