Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

adjusted readme

tolik518 86fba565 1b3b1c57

+8 -1
+8 -1
README.MD
··· 5 5 6 6 ## How to use 7 7 8 + 0. Have your Clckhouse database ready and running 8 9 1. Clone this repo 9 10 2. Create .env file in the root directory with the following content: 10 11 ```ini ··· 18 19 CLICKHOUSE_PASS= 19 20 CLICKHOUSE_TABLE=strong 20 21 ``` 21 - 3. Run with `cargo run` 22 + 3. Run with `cargo run` 23 + 24 + ### Alternatively: Use Docker Compose to run the service: 25 + 26 + 1. Make sure you have Docker and Docker Compose installed. 27 + 2. Create a `.env` file in the root directory with the same content as above. 28 + 3Start the service with `docker compose up -d`.