Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/judevector/workout_logger
A Python project with Django framework for logging in workout data and generating an API on the fly
https://github.com/judevector/workout_logger
django logger python workout
Last synced: 3 days ago
JSON representation
A Python project with Django framework for logging in workout data and generating an API on the fly
- Host: GitHub
- URL: https://github.com/judevector/workout_logger
- Owner: judeVector
- Created: 2023-05-09T11:24:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-12T19:46:22.000Z (over 1 year ago)
- Last Synced: 2024-11-10T08:10:37.499Z (2 months ago)
- Topics: django, logger, python, workout
- Language: Python
- Homepage: https://workout-logger.up.railway.app
- Size: 8.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Python Workout Logger
This workout logger project was created using Python with the Django framework
![Screenshot (416)](https://github.com/CodeJude/Workout_Logger/assets/24849438/ba6c9a66-81c5-48d1-8ecd-ce30afec87e0)
The user can log in their workout data to the webapp, it sends that data to Nutritionix's API for analysis, and receives back information like (date, calories burned and minutes used).
It then gathers all the necessary data and send it to Sheety, which adds the information to a Google spreadsheet that serves as a database.
Shetty now creates an API for me that I can use to work with and interact with those data from anywhere in the world.
With this, you can even send the API to someone else, so they can use it in their project, which is an interesting development.