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.
- User Registration and Authentication
- Service Booking
- Leave Feedback
- Admin Dashboard
- View Feedback
- Manage Appointments
- Users can register and log in to the system to access booking and feedback features.
- Users can browse available services and book appointments for cleaning and pest control.
- Users can leave feedback about their service experience.
- Admin users can log in and access the admin dashboard to:
- View feedback submitted by users.
- Manage appointments, including approving, rescheduling, or canceling appointments.
- The mock JSON server is used for storing and retrieving data.
- Data is saved and retrieved from the
db.json
file in thebackend
directory.
- This project is licensed under the MIT License.