Skip to content

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.

Notifications You must be signed in to change notification settings

DarkIce000/Blood-Network

Repository files navigation

Blood Network

Summary


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.

Getting Started


First this Web App is running here. or You want to run locally you can do that with following steps:

  1. 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 code button.

  2. Create a Virtual Environment

    sudo apt install python3 python3-pip
    pip install virtualenv
    sudo apt install virtualenv
    python3 -m venv . #or 
    #python3 -m nameofyourfolder
  3. Activate the Virtual Environment

    source bin/activate
  4. Install the dependencies, navigate the directory which has manage.py and requirements.txt file.

    pip install -r requirements.txt 
  5. Now migrate the database and run the project using the command

    python3 manage.py migrate
    python3 manage.py runserver
  6. Project should be running at localhost.

Screenshots


2024-07-04_15-04.png

Screenshot_4-7-2024_143633_aarav7397.pythonanywhere.com.jpeg

Screenshot_4-7-2024_143613_aarav7397.pythonanywhere.com.jpeg

Screenshot_4-7-2024_15413_aarav7397.pythonanywhere.com.jpeg

Screenshot_4-7-2024_143548_aarav7397.pythonanywhere.com.jpeg

2024-07-04_15-10.png

Application Overview:


2024-07-04_01-35.png

2024-07-04_15-15.png

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published