Skip to content

A simple and user friendly Hospital Management System created using JSF during Hackathon 2017, Infosys, Chandigarh

Notifications You must be signed in to change notification settings

Akhil09/Hospital-Management-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital-Management-System

A simple and user friendly Hospital Management System created using JSF 2.0 during Hackathon 2017, Infosys, Chandigarh

Roles:

  • Patient
  • Doctor
  • Admin
  • API

Prerequisites

1) Java EE IDE.
2) Apache Tomcat Server
    - Goto Apache/conf/context.xml
    - Edit it
    - Uncomment <Manager pathname="" /> tag in the XML to disable session persistence across Tomcat restarts
3) MySql Database
    - Import the MySql dump provided.

Installing

  • Integrate the MySql Database by changing the database password.
- Edit AccountModel.java and DocAccountModel.java in workspace/Project Name/src/model
- Edit the getConnection() private function
- Change the variable pass with the password of the database
- Change the username of the database as the 2nd argument in the call to DriverManager.getConnection() function. The default username is “root”.
  • 'import' the project into your workspace and right click on project name and run it on the server.

Built With

What's Next

  • Work Under Progress (Some modules are being worked upon)

Any Issues?

Found any Bug? Please feel free to report it. :)

About

A simple and user friendly Hospital Management System created using JSF during Hackathon 2017, Infosys, Chandigarh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 52.5%
  • Java 25.9%
  • HTML 21.5%
  • JavaScript 0.1%