This webapp uses https://github.com/ndoornekamp/strava-plotter to plot your personal Strava data with satellite images as background.
- Clone the strava-plotter inside strava-plotter-webapp:
git clone https://github.com/ndoornekamp/strava-plotter.git - Follow section B of Strava's instructions for creating an app.
- Rename '.env.example' to '.env' and fill the CLIENT_ID, CLIENT_SECRET you obtained in the previous steps.
- Create a conda env with the required dependencies by running
conda env create -f environment.yml - Start the Django server by running
python3 manage.py runserver