Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.18 KB

Bloodrunners

Reactjs django BootStrap

This project aims to get the blood donors in real time. Usually when there is a need for blood in hospital, they have databases but data may be old or the person may be be present for blood donation or not.
So, this projects sends the notification to all the app(web as well as android) users having the same blood group as required, and then the willing users accepts the request and inform the hospitals that they are coming.

Stack Used

  1. Reactjs
  2. Django 1.10.3
  3. Bootstrap

Setting up environment

$ npm install
$ pip install Django==1.10.4

Run With

$ python runserver.py
$ node runserver.js