Blood Network is web application which is created using lot of Django, a little of JavaScript, Bootstrap, HTML and some CSS. The Project is based on the idea for creating a simplified and central place for getting blood at your place in the time of Emergency cases.
First this Web App is running here. or You want to run locally you can do that with following steps:
-
First get a local copy of this project. Use the following commands,
sudo apt update sudo apt install git git clone https://github.com/darkice000/blood-network
or,
you can download as zip from this repository from the
codebutton. -
Create a Virtual Environment
sudo apt install python3 python3-pip pip install virtualenv sudo apt install virtualenv python3 -m venv . #or #python3 -m nameofyourfolder
-
Activate the Virtual Environment
source bin/activate -
Install the dependencies, navigate the directory which has manage.py and requirements.txt file.
pip install -r requirements.txt
-
Now migrate the database and run the project using the command
python3 manage.py migrate python3 manage.py runserver
-
Project should be running at localhost.







