Skip to content

Sid1608/E-HealthCare-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-HealthCare-Management-System

Table Of Content

  1. Description
  2. Languages and Technology Used
  3. Requirements
  4. Features
  5. Steps to run the project in your machine
  6. Working-Snippets
  7. Database-Snippets

Description

E-HealthCare-Management-System is a console based application which is built using java.This application helps in management of Patients, doctors, admin in a easy and comfortable way.using this Application patients can quickly Sign up, Login, view his/her profile, view doctors, book Appointment, view Report, choose doctor, view Appointments, give feedback, pay online and logout. Admin can add Doctors,view patients list, view Doctors list,remove doctors, see feedback given by patients,view reports,logout.Doctor can login, view profile, viewAppointments, Attend Patients and logout.

Languages and Technology Used

  • Java
  • MySql
  • Jdbc

Requirements

  • Java [JDK 8+]
  • Eclipse
  • MySql
  • Jdbc Driver
  • MySql Connector

Features

Steps to run the project in your machine

  1. Download and install Eclipse in your machine
  2. Clone or download the repository
  3. Extract all the files and move it in your eclipse directory.Open EHMS Folder.
  4. Open EHMS.sql in your MySql workbench.download MySql connector(“mysql-connector-java-8.0.22.jar" )
  5. 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.
  6. Open ConnectionProvider.java file and change the uname(username) and pass(password) variable according the user name and password of your MySql database
  7. Now it is ready to Run

Working-Snippets

Database-Snippets

Releases

No releases published

Packages

No packages published

Languages