A blood bank database created using mysql and a UI with functionalitites implemented using python.
The following functionalities are implemented :
- Add new donation
- Add new donor information
- Add new blood
- Add new recipient
- Hire a new employee
- Delete a blood sample
- Change Blood Cost
- Total Blood Donated
- Total Blood of given type Donated
- View Blood
- Add Blood cost
- Logout
Load the database file:
mysql -u <username> -p
source BloodBank.sql;
For using the python code :
python3 BloodBank.py