/OrganChain

A Decentralized application for tracking Organ donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Ethereum) technology.

Primary LanguageJavaScriptMIT LicenseMIT

OrganChain

A Decentralized application for tracking Organs donations in hospitals and minimizing the scope of Organ trafficking using Blockchain (Ethereum) technology.

Instructions to o Run the Project :

Clone the repository by doing git clone "https://github.com/harshitjaiswal27/OrganChain.git"

cd OrganChain

To install dependencies for backend server:

  • cd SERVER

  • npm install

To install dependencies for client/frontend server:

  • cd CLIENT

  • npm install

To seed Database :

  • cd SERVER

  • cd config

  • node hospitals-seeder.js

To run the backend server :

  • cd SERVER

  • npm start

To run the client/frontend server :

  • cd CLIENT

  • npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The project is deployed on Rinkebey test network. You need some ETHERS on Rinkeby. Please get MetaMask Installed!

Technology Stack :

Screenshot

License

This project is available under MIT license. See the LICENSE file for more info.