Skip to content

Astraxx04/Organ_Procurement_Network

Repository files navigation

Organ Procurement Network

A web application that aids hospitals in organ transplantation.

Hospitals will be able to request for a required organ and the hospitals with the required organ will be displayed according to their distance. Surplus organs in a hospital can also be updated in the database. Dijkstra's algorithm is used to sort the distances from the selected hospital.

Tech Stack

Front End: HTML, CSS, JavaScript

Back End: Python, CSV Files

Frameworks: Flask, Jinja2

Icons

Run Locally

Clone the project

  git clone https://github.com/Astraxx04/Organ_Procurement_Network.git

Go to the project directory

  cd /path/to/project

Install dependencies

  pip install requirements.txt

Start the server

  python app.py runserver

Credentials

Hospital Name Password
malin psword
aspatre helloworld
lazarett savlives
ospedale iloquis
ziekenhuis medsch

Screenshots

SignIn Page SignUp Page Home Page Update Page Confirmation of Update Page Request Page Results Page