Skip to content

lonebots/blood-bank-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blood Bank App

A simple web application for managing a blood bank. The app delivers functionalities that makes it easy for managment of a blood bank.

bloodbank live

The Application was build using following technologies:

  • ReactJs
  • JavaScript
  • NodeJs
  • MySQL

Diagrams

schema diagram ER diagram

Deployment

Click me for the live demo (several functionalites may be unavailabe since its statically hosted).
Watch the detailed explanation about the app here

Features

The app incorportate following feature for different it twow categories of user:

User

  • Register & Login
  • donate blood
  • request blood

Employee

  • Register & Login
  • Update blood stocks
  • update user health
  • Handle blood request

General

  • Search - based on blood group or location

Run Locally

Clone the project

  git clone https://github.com/lonebots/blood-bank-app.git

Open MySQL WorkBench and run the database.sql file.

To start the server

  cd server             
  yarn install 
  yarn devStart          

To start the client

  cd client
  yarn install
  yarn start

License

MIT

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Authors



Made with ❤️ | leave a ⭐ if you loved the project