Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sarvesh30112002/organease
- Owner: Sarvesh30112002
- License: apache-2.0
- Created: 2023-11-24T08:22:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-24T13:32:35.000Z (about 1 year ago)
- Last Synced: 2023-11-24T14:31:20.227Z (about 1 year ago)
- Topics: expreesjs, healthcare, mongodb, nodejs, react
- Language: CSS
- Homepage:
- Size: 482 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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 StartedThese 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
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.