GithubHelp home page GithubHelp logo

dhruvii255 / hospital-management-system Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lordvcs/hospital-management-system

0.0 0.0 0.0 4.17 MB

Hospital Management System in java

License: MIT License

Java 100.00%

hospital-management-system's Introduction

Hospital Management System

Hospital Management System in java. This system has a home page from where the administrator can login. On logging in the user can add details of patients and doctors.

Screenshot

Login Screen

alt Login Screen

Patient Screen

alt Patient Screen

Installation

  1. Clone or download zip from github repository
  2. Install MySQL Connector/J, on Ubuntu/linux MySQL connector can be installed by apt-get install libmysql-java and then add the path of .jar file to CLASSPATH. On Ubuntu/linux the location of .jar file can be added to CLASSPATH by adding the following line export CLASSPATH=".:/usr/share/java/mysql.jar" to ~/.bashrc file followed by source ~/.bashrc
  3. Create database named hms and table users with columns username, password, table doctors with columns DocName, Specialisation, Address, Pnumber, table Patients with columns Pname, Address, Pnumber, Age, Sex, Illness and table contactus with columns email, comments
  4. Navigate to the project folder and run javac HomePage.java to compile and java HomePage to run the program

License

This project is open-sourced software licensed under the MIT license.

P.S This project is simply a proof of concept done while I was still in school/college. This project is not to be taken seriously and is not production ready.

hospital-management-system's People

Contributors

lordvcs avatar maestro19 avatar dhruvii255 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.