A web-based application that offers analysis and graphing capabilities in a user-friendly application
Make sure you have flask installed.
Other pre-requisites: MongoDB (https://www.mongodb.com/)
See requirements.txt
for a complete list of requirements that needs to be available
Install all of these by running this command in bash:
pip install -r requirements.txt
Execute from the project root folder.
In bash, such as Ubuntu, you can use:
./scripts/execute.sh
This will launch a server running on http://127.0.0.1:5000