This project provides an example of API host development. We're simply reading and hosting equity factor 
data derived from Kenneth French's website. 

Step 1 # Dependency Packages Installation
Please navigate to requirements.txt, and open console. Run command: pip install -r requirements.txt

Step 2 # API Host
Run main.py, please update directory to location of input file (5_Factors_Clean.csv)

Step 3 # API Client
Originally developed in jupyter-notebook, this script calls API hosted data and runs a some simple visualisation and very basic
analytics to test client end data retreival of hosted data.