Skip to content

A Blockchain Medical Application using NodeJS, Express, Truffle, Ganache, and MetaMask.

Notifications You must be signed in to change notification settings

clemesu1/CS4999-Medical-Project

Repository files navigation

CS4999-Medical-Project

A Blockchain Medical Application using:

NodeJS, Express, Truffle, Ganache, MetaMask.

To run:

  1. Install MetaMask:
  • To install MetaMask for Chrome, go to the Chrome Web Store and click the Add to Chrome button.
  • To install MetaMask for FireFox, go to the Firefox Add-ons page and click the Add to Firefox button.
  1. Install MetaMask Legacy Web3 (Unsure if necessary):
  • To install MetaMask Legacy Web3 for Chrome, go to the Chrome Web Store and click the Add to Chrome button.
  • To install MetaMask Legacy Web3 for FireFox, go to the Firefox Add-ons page and click the Add to Firefox button.
  1. Install Truffle and Ganache CLI globally. If you prefer, the graphical version of Ganache works as well!
npm install -g truffle
npm install -g ganache-cli
  1. Install all the node modules required by running:
// install all the node modules using npm
npm install
  1. To run the Express server npm start

  2. In the browser window open http://localhost:3000/

About

A Blockchain Medical Application using NodeJS, Express, Truffle, Ganache, and MetaMask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published