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
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
- Login to the upload portal
- Choose a document to upload, and hit confirm
- Receive a link to the uploaded document on the IPFS blockchain
- Improve frontend for IPFS link presentation
- Enhance account and file encryption
- Implement user database for ability to create accounts for login portal