Skip to content

Implemented OOAD, Java's MVC architecture with JSP for a web application

Notifications You must be signed in to change notification settings

tanvi0904/E-HealthCare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-HealthCare

A HealthCare WebApp created using JSP while following OOPs principles. The WebApp can be used by Healthcare specialists as well as patients depending on the user role.

Having separate Views for each webpage to follow the MVC architecture. To run this one needs to have Apache Tomcat servers running locally.

Running the following commands dir /s /b * .java > sources.txt && javac -cp WEB-INF\lib* -d WEB-INF\classes @sources.txt

jar -cvf myapp.war *

copy myapp.war C:\xampp\tomcat\webapps

This should establish the connection of the web app with the localhost and it should start running The landing page

image

Patient Dashboard

image

Doctor Dashboard

image

Admin Dashboard

image

While the front end is coded using JSP, the Model connects the application the DataBase in MySQL. The following tables are created beforehand.

image

About

Implemented OOAD, Java's MVC architecture with JSP for a web application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published