The Hospital Management System is a project developed using Spring Boot. It is designed to manage hospital operations such as user requests and roles within the system. The project uses JPA for entity management and Lombok to reduce boilerplate code.
https://github.com/Pranaydalvi/Hospital-Management-System.git
id, email, passwordUserRequestid, usernumber, firstname, lastname, address, zipcode, country, gender, mobNumberRoleid, rolename@Getter and @Setter: Automatically generate getter and setter methods.@AllArgsConstructor: Generates a constructor with parameters for all fields.@NoArgsConstructor: Generates a no-argument constructor.@ToString: Generates a toString method.Clone the Repository: ```bash git clone https://github.com/yourusername/hospital-management-system.git
cd YourRepositoryName
// Commands to install dependencies
// Command to run the application
Once the application is running, you can interact with the endpoints as per the defined controllers in your Spring Boot application.
If you have any questions or suggestions, feel free to reach out to me at pranaydalvi122@gmail.com