This app uses Flask, Elasticsearch and Angular 2
Clone the repository
git clone git@github.com:juleski/dataVisualization.git
cd dataVisualizationInstall docker first. You can find how here
You can run them all at once using docker-compose
docker-compose up -dor run them individually:
docker-compose up elasticsearch -ddocker-compose up server -ddocker-compose up frontend -dWhen the servers are up, populate the data in Elasticsearch
cd backend/
python manage.py init_data