Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 347 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 347 Bytes

HospitalDatabase

This database, written for SQLite with a Python interface, was designed and built to store the operation information of a hospital, excluding all payroll and billing information.

To run:

sh init_db.sh to create the database and populate the information, then

python hospitalDatabaseUI.py to start the user interface.