item traceability system based on ipfs and eth
- install Solidity(v0.4.25) https://www.cnblogs.com/StephenWu/p/6791490.html
npm install -g [email protected]
- install the frontEnd package
cd frontEnd
npm install
- build front end
npm run build:prod
- install python dependencies
cd backEnd
pip install -r pipreq.txt
- deploy the website
cd backEnd
python main.py
(use --proxyPort to specify the port of proxy,e.g.
python main.py --proxyPort 8000)