Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 967 Bytes

File metadata and controls

34 lines (27 loc) · 967 Bytes

HealthChain

Fullstack application built using Gatsby and ExpressJS

McMaster DeltaHacks IX winner for "Best Creative use of Verbwire API by Kenny Zhao, Roy Luo, Carl Wang, and Derek Wu

Prerequisites

Install the required packages via NPM for the frontend

npm i

In one terminal, start the frontend

gatsby develop

In another terminal instance, install backend packages and start the ExpressJS server

cd back-end

npm i

node server.js

How to Use

  1. Login to the upload portal
  2. Choose a document to upload, and hit confirm
  3. Receive a link to the uploaded document on the IPFS blockchain

Roadmap

  • Improve frontend for IPFS link presentation
  • Enhance account and file encryption
  • Implement user database for ability to create accounts for login portal