Mac:
$ brew install node $ npm install -g ganache-cli
Linux:
Install Node.js. Then,
$ npm install -g ganache-cli
Install requirements:
cd shipment_redis pip install -r requirements.txt
Run Shipment Redis Server:
PYTHONPATH=. python Redis/RedisServer.py
Run Shipment UserInterface:
cd ../shipment_ui npm install npm start
Open http://localhost:3000 to view it in the browser.