项目作者: iamvs-2002

项目描述 :
Blood Bank Management
高级语言: Java
项目地址: git://github.com/iamvs-2002/BloodBankManagement.git
创建时间: 2020-11-18T07:34:57Z
项目社区:https://github.com/iamvs-2002/BloodBankManagement

开源协议:

下载


Blood Bank Management System

The Blood Management System is an application through which any person who is interested in donating blood can register himself.
Moreover, if any general consumer wants to make a request for blood online he can also take the help of this application.
The Blood Management System in java is planned to collect blood from many donors in short from various sources and distribute that blood to needy people who require blood.

Technologies used: JavaFx, Swing, MySQL, Java, JDBC

For the database, we used 5 tables in total:

  • user
  • donor
  • bloodbank
  • receiver
  • staff_transaction

The classes used in this project were:

  • Login
  • ForgotPassword
  • Signup
  • StaffDetails
  • DonorDetails
  • RecipientDetails
  • StockDetails
  • ContactUsInfo

The project contains a presentation regarding what the project is and a project report.