VizFaDa, for visualisation of FAANG data, aims at adding data visualisations to the FAANG data portal.
- Docker version 19.03
- docker-compose version 1.27
Simply clone the repository and run the following command :
docker-compose up -d
You can access the back-end and the front-end separately on your browser through your local host (127.0.0.1) :
- Front-end : http://127.0.0.1:8080
- Back-end : http://127.0.0.1:8000