This web application includes 2 main parts Front-end is written in ReactJS Back-end is a docker-compose combining airflow scheduler and airflow webserver The airflow scheduler will manage and schedule how Support Vector Machine module run predictions on the data collected from Facebook Graph API
- Install the docker and docker-compose
- Install npm module
- Create a terminal window, cd in main dictionary then run sudo docker-compose up
- Create a second terminal window, cd in client dictionary then run npm install and npm start to start client-side
- Create a 3rd terminal window, cd in server dictionary then run npm install and npm start to start API-side