Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 384 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 384 Bytes

DatasetBlockchain

A project to execute dataset validation

Setting up Frontend

cd dist
npm install -g http-server
http-server -c-1 -p 8081

Setting up backend

git clone https://github.com/plant99/ph-back.git
cd api
npm install

Edit Config.js to your db setttings.

./node_modules/.bin/sequelize db:migrate

Setting up IPFS

sudo ipfs daemon