Since we cache the results of analytics in a redis cache, you need to install Redis on your machine apt install redis-server
Then start Redis by executing redis-server
Start the mongodb by executing sudo service mongod start
Start Neo4j by executing sudo neo4j start
###2.3 Start the back-end
Initially you need to execute npm install
from inside the back-end project directory. If not done already, also execute it for the analytics dependencies.
Then, start the application by executing node index.js