To start the app locally, run:
docker-compose up --build
To run the unit tests using pytest, run:
docker-compose build && docker-compose run web pytest
Method: GET
Endpoint: /chart_link
Response: { "chart_url": str }
The chart_url from the above endpoint should lead you to the following endpoint:
Method: GET
Endpoint: /chart/{id}
Response: 200, HTML of a chart
Response: 202, HTML Message to wait