Please click on the link below to get to our visualization:
http://cryptocurrency.gucevska.io
http://cryptocurrency.gucevska.io/processbook
http://cryptocurrency.gucevska.io/demo
or on youtube: https://www.youtube.com/watch?v=zV2kfC2REx4&feature=youtu.be
In order to test/deploy the app you have to run the flask server.
$ virtualenv venv
$ . venv/bin/activate
$ sudo pip install -r requirements.txt
Then go to Project_k/server/flask and run:
(venv) $ python3 flask_server.py
You will then be able to connect to the server on http://0.0.0.0:5000/ by default.