Skip to content

Latest commit

 

History

History
60 lines (31 loc) · 1.39 KB

README.md

File metadata and controls

60 lines (31 loc) · 1.39 KB

HemoConnect

HemoConnect is the platform linking blood donors, healthcare facilities, and blood donation organizations to track and manage blood inventory in real-time. By ensuring transparency in blood flow, HemoConnect boosts the efficiency and reliability of the blood donation process, leading to improved healthcare outcomes.

Screenshots

HemoConnect.mp4

Screenshot 2024-05-25 022357

Screenshot 2024-05-25 022140

Screenshot 2024-05-25 021706

Screenshot 2024-05-25 021635

Run Locally

  1. Clone the project
  git clone https://github.com/iaayushmaan/HemoConnect.git
  1. Go to the project directory
  cd ./HemoConnect
  1. Install dependencies
  npm install
  1. Create .env file

  2. Start the server

  npm run dev

Tech Stack

Client: React, Redux, CSS

Server: Node, Express, MongoDB

Authors