Donating blood is a noble deed.It saves life.So,it is very much important to connect people with the willing blood donors in a fast and efficient way.Making sure that people could manage blood in due time so that a life could be saved,is the main purpose of this project.
- An easy to use UI
- Two types of User Authentication
- Blood Donor
- Blood bank/Organization
- Anyone can search for Blood Donors
- Can commuicate with the available Donors via email
- User Profile
- Blood Donor profile
- Bloodbank/Organization Profile
- Update Blood Donor profile
- Update Location
- Update Contact no.
- Update last blood donation date
- Update Bloodbank
- Update blood groupwise Collection
- Post
- Anyone can post for seeking blood
- Anyone can see the post
- Donors are notified through email by their location and blood group
- Event
- Bloodbanks can create events seeking blood from donors
- Donors could be notified of the events nearby them
- Frontend: Reactjs,HTML,CSS
- Backend: Express.js
- Database: Mongodb
https://github.com/sani-1023/Probaho.git
Install Depedencies :
npm install
For Frontend(port:3000):
cd client
npm start
For Backend(port:3001):
cd server
npm run devStart