- Description
- Languages and Technology Used
- Requirements
- Features
- Steps to run the project in your machine
- Working-Snippets
- Database-Snippets
- Java
- MySql
- Jdbc
- Java [JDK 8+]
- Eclipse
- MySql
- Jdbc Driver
- MySql Connector
- login
- Admin’s DashBoard
- Patient’s DashBoard
- Doctor’s DashBoard
- Report-Table
- Appointment-Table
- Feedback Form
- Booking Appointment
- Choosing Doctor
- Payment Process
- Download and install Eclipse in your machine
- Clone or download the repository
- Extract all the files and move it in your eclipse directory.Open EHMS Folder.
- Open EHMS.sql in your MySql workbench.download MySql connector(“mysql-connector-java-8.0.22.jar" )
- Now Open .classpath file in EHMS folder,in Line - 9 of This file Change the path with the path where your .jar file is being downloaded.
- Open ConnectionProvider.java file and change the uname(username) and pass(password) variable according the user name and password of your MySql database
- Now it is ready to Run