Git Product home page Git Product logo

kartik-katkar / organease Goto Github PK

View Code? Open in Web Editor NEW
23.0 3.0 9.0 1.35 MB

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.

Home Page: https://organ-ease.vercel.app

License: MIT License

JavaScript 14.96% CSS 85.01% HTML 0.03%
express healthcare mern-stack mongodb mongodb-atlas nodejs react website complete-project complete-source-code

organease's Introduction

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.

Due to the intricate nature of organ transplantation, a manual override feature is available to modify the organ status in case of unexpected circumstances.

organease's People

Contributors

kartik-katkar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

organease's Issues

mongoDB version

it says mongodb package is deprecated in the backend. I am using node version 20 LTS latest version. The database is not connecting in backend , What should i do to fix this?

envelope error frontend

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:133:10)
at module.exports (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:417:16)
at handleParseError (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:471:10)
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:503:5
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:358:12
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\loader-runner\lib\LoaderRunner.js:373:3
at iterateNormalLoaders (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\loader-runner\lib\LoaderRunner.js:214:10)
at iterateNormalLoaders (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\loader-runner\lib\LoaderRunner.js:221:10)
C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\react-scripts\scripts\start.js:19
throw err;
^

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:71:19)
at Object.createHash (node:crypto:133:10)
at module.exports (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:417:16)
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:452:10
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\webpack\lib\NormalModule.js:323:13
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\loader-runner\lib\LoaderRunner.js:367:11
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\loader-runner\lib\LoaderRunner.js:233:18
at context.callback (C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
at C:\Users\malot\OneDrive\Desktop\organEase\OrganEase-main\client\node_modules\babel-loader\lib\index.js:59:103 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v18.12.0

not working properly

we are using your code as a reference for our project but
Screenshot 2024-04-02 071807

the screen is buffering when started. and can you tell me how to connect too mongoDB correctly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.