Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 980 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 980 Bytes

Hospital Management Application

Welcome to the Hospital Management Application project!

Description

This project is a web-based application developed using Spring Boot for managing hospital operations such as patient registration, doctor management, appointment scheduling, and more.

Usage

To use the application, follow these steps:

  1. Clone the repository to your local machine.
  2. Ensure you have Java 17 and Maven installed.
  3. Navigate to the project directory.
  4. Run the following command to update dependencies and build the application:
    mvn clean install -U
  5. Open your web browser and visit http://localhost:8080 to access the application.

Technologies Used

  • Java
  • Spring Boot
  • Hibernate
  • Maven
  • H2 Database (In-memory)
  • HTML (frontend)

Admin Credentials

  • Username: admin
  • Password: admin

hospital-management-application.png