Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sarvesh30112002/organease

OrganEase is a dynamic and user-friendly website designed to simplify the process of organ donation management. Built using the MERN stack, which comprises MongoDB, Express, React, and Node.js, this platform allows organ donors and recipients to connect with ease.
https://github.com/sarvesh30112002/organease

expreesjs healthcare mongodb nodejs react

Last synced: about 1 month ago
JSON representation

OrganEase is a dynamic and user-friendly website designed to simplify the process of organ donation management. Built using the MERN stack, which comprises MongoDB, Express, React, and Node.js, this platform allows organ donors and recipients to connect with ease.

Awesome Lists containing this project

README

        

## OrganEase

A joint effort by [Kartik Katkar](https://github.com/Kartik-Katkar), [Ojas Joshi](https://github.com/GagDrag), [Nikhil Mahajan](https://github.com/nikhilmahajan3433) and [Sarvesh Hadole](https://github.com/Sarvesh30112002)
## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purpose.

### Prerequisites

NPM and Node.js should be installed

### Installing

Installing NPM modules on both client and server folders

Execute these commands from the project directory

```
cd client && npm install
```

```
cd server && npm install
```

### Running the app

Open a terminal on server directory

```
npm start:dev
```

and open another terminal on client directory
```
npm start
```

### Access the web app at http://localhost:3000/


### Screenshots


image


image


image


image


image


image


As organs are needed ASAP for operations, time is the most crucial aspect. However, the existing method to request organs from procurement centre/ transplant centres is completely manual (manual data entry, manual communication via faxes, mails, phone calls) and thus is obviously error prone and time consuming. Therefore to solve this grave issue, 'OrganEase' is proposed.

The website makes the tedious manual task of categorizing different organs and making entries for each, mere clicks away. In a particular region, say n number of procurement centres and/or transplant centres exist. All of them can display the organs stored in their hypothermic storages along with their details at one time (this completely solvesthe time-consuming problem of individually calling of procurement centres one by one which is done presently).

Hospitals can request organs of suitable compatibility (Blood Group, etc) via the portal itself and make a payment which serves as a token of confirmation for the transfer procedure. Thereafter, the procurement confirms the request from their side.

As organ transfer it a very delicate process, incase any unforeseen circumstance occurs there is a feature of manual override in which the status of organ can be changed.