···11# Strong APP Workout Fetch
2233-This is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a Clickhouse database.
33+This is a Rust-based service to fetch workouts from the [Strong App](https://www.strong.app/) (available for [Apple](https://apps.apple.com/us/app/strong-workout-tracker-gym-log/id464254577) and [Android](https://play.google.com/store/apps/details?id=io.strongapp.strong)) and store them in a ClickHouse database.
445566The URL to the API backend is not provided here, for now, because it's not entirely public and because of possible legal implications.
···20202121## How to use
22222323-0. Have your Clckhouse database ready and running
2323+0. Have your ClickHouse database ready and running
24241. Clone this repo
2525-2. Create .env file in the root directory with the following content:
2525+2. Create `.env` file in the root directory with the following content:
2626 ```ini
2727 STRONG_BACKEND=https://strong_backend_url.com
2828···414142421. Make sure you have Docker and Docker Compose installed.
43432. Create a `.env` file in the root directory with the same content as above.
4444- 3Start the service with `docker compose up -d`.
4545-4646-4444+3. Start the service with `docker compose up -d`.