Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strangetom/gym-log
A web app for logging gym workouts
https://github.com/strangetom/gym-log
Last synced: about 1 month ago
JSON representation
A web app for logging gym workouts
- Host: GitHub
- URL: https://github.com/strangetom/gym-log
- Owner: strangetom
- License: mit
- Created: 2023-02-15T20:29:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T09:56:54.000Z (3 months ago)
- Last Synced: 2024-08-18T11:12:12.137Z (3 months ago)
- Language: Python
- Size: 56.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gym Log
## Screenshots
| Home | Workout | Exercise |
| ------------------------------------------------------------ | ------------------------------------------------------------ | --------------------------------------------------------- |
| ![Screenshot of homepage](.screenshots/Home.png) | ![Screenshot of workout page](.screenshots/Workout.png) | ![Screenshot of exercise page](.screenshots/Exercise.png) |
| Edit workout | Edit set | |
| ![Screenshot of edit workout page](.screenshots/EditWorkout.png) | ![Screen shot of edit set dialog on exercise page](.screenshots/EditSet.png) | |## Deployment
Build the docker container
```bash
docker buildx build -t gymlog:latest .
```Then modify the template docker-compose.yml file to set the correct path for the `data` directory and run with
```bash
docker-compose up -d
```