Platform that connects blood donors with blood recipients.There are many potential donors willing to donate blood but finding an appropriate donor during emergency situations is quite difficult. Due to lack of coordination between hospitals and blood bank millions of unit of blood is wasted. MedLinePro aims to connect organisations with the needy people.
The web app enables hospitals/NGOs to register and post their status of availability of blood of different blood groups. This information is stored in our server and displayed to users who need help. Users can register themselves and look at the information posted by the organisations and request blood directly.
Refer to https://nodejs.org/en/ to install nodejs
git clone https://github.com/siddharth-kp/hackodisha_21.git
Install all the npm packages. Go into the web folder and type the following command to install all npm packages
npm install
The Application runs on localhost:3000
Navigate to the main project folder in a seperate terminal. Then install all npm packages
npm install
If you don’t have nodemon globally installed on your system, install it so the server can autorefresh
npm install -g nodemon
Install the MongoDB Node.js Driver with the following command:
npm install mongodb
The server runs on localhost:27017
We want to make the blood transactions transparent and secure using blockchain. We want to use hospital APIs so that hospitals can directly connect with our database and make entries easily and update their status.
Anisha Mohapatra Siddharth Kumar Panda Geethasree Koncha Sanskar Soven