BloodLink works as a platform for users to register as blood to either request/donate blood and blood banks to manage their stocks by managing the pending donations and request along with scheduling blood camps and managing them. The system will authenticate the user/bank using their username(mobile) and password to further perform other actions.
Aman Bhardwaj
IIT(ISM) Dhanbad, India
Personal Project
> cd frontend
> npm install
> npm start
> cd backend
> npm install
> node app.js