Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 764 Bytes

File metadata and controls

41 lines (32 loc) · 764 Bytes

Data visualization app

This app uses Flask, Elasticsearch and Angular 2

Setup

Clone the repository

git clone git@github.com:juleski/dataVisualization.git
cd dataVisualization

Running using docker

Install docker first. You can find how here

You can run them all at once using docker-compose

docker-compose up -d

or run them individually:

Run the elasticsearch container

docker-compose up elasticsearch -d

Run the Flask container

docker-compose up server -d

Run the Angular container

docker-compose up frontend -d

When the servers are up, populate the data in Elasticsearch

cd backend/
python manage.py init_data