Appointment Management System Project Structure backend/ - Contains the Spring Boot backend application. frontend/ - Contains the React frontend application. Getting Started Backend Navigate to the backend/ directory. Build the backend using Maven: mvn clean install