The Health Consultation And Management System is a comprehensive software solution designed to streamline and enhance the healthcare consultation and management process. It is specifically developed to meet the needs of healthcare providers, clinics, and hospitals, enabling them to deliver efficient and patient-centered care.
- Clone the repository to your local machine:
git clone https://github.com/TuanTran0168/SpringBoot-ImprookCare.git --branch main
- Open the project using any IDE or Code Editor you want and locate the application.properties file in the src/main/resources directory, open the application.properties file:
# MySQL Database Configuration
spring.datasource.url=jdbc:mysql://localhost:3306/yourdatabase
spring.datasource.username=root
spring.datasource.password=your_password
- Navigate to the root directory of your Spring Boot project using the cd command. For example, if the root directory of your project is D:\SpringBoot-ImprookCare, you can enter:
cd D:\SpringBoot-ImprookCare\IMPROOK_CARE
- Use the Maven command to compile and run the application. Enter the following command:
.\mvnw spring-boot:run
- You can access the application by opening a web browser and entering the URL:
localhost:2024/IMPROOK_CARE/swagger-ui/index.html