A Docker-based application that fetches data from the Strava API, stores it in a local database, and displays it through a web interface.
- Create volume: docker volume create --name=mysql
- Change authen_token: line 11 in file call_and_save.py. Anyone who wants to test; must have authen_token because it resets every 6 hours. You should use your authen_token personally or get one from your organization.
- Open port 3000 in the host running the project.