Skip to content

A blood bank database created using mysql and its UI with functionalitites implemented using python.

Notifications You must be signed in to change notification settings

DivanshiGupta/BloodBank-DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BloodBank-DBMS

A blood bank database created using mysql and a UI with functionalitites implemented using python.

The following functionalities are implemented :

  1. Add new donation
  2. Add new donor information
  3. Add new blood
  4. Add new recipient
  5. Hire a new employee
  6. Delete a blood sample
  7. Change Blood Cost
  8. Total Blood Donated
  9. Total Blood of given type Donated
  10. View Blood
  11. Add Blood cost
  12. Logout

USAGE

Load the database file:

mysql -u <username> -p
source BloodBank.sql;

For using the python code :

python3 BloodBank.py

About

A blood bank database created using mysql and its UI with functionalitites implemented using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages