Please sign in to access this page
"FitTrack" is a personal fitness RESTful API designed for fitness enthusiasts to track their daily workout sessions, body metrics, and personal best performance records. This project is built with FastAPI and SQLModel, featuring JWT authentication to keep data private and a complete set of CRUD endpoints for managing fitness data. It's nothing but a Gateway to the Fitness World.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Done with implementing Body Metrics Endpoints, Creating a proper documentation and Hosting it using Render. Please check it out!!!
Modified the response for the workout session details to provide all the exercise set info. Tested all the methods implemented till now! Everything works perfectly. Next Goal is to implement a feature to track body metrics and streak record of the user.
implemented more methods related to workout, like creating workout set, updating already existing set and deleting the set if exists. Also, now when a new session is created it will be automatically set to the exact date and time the request was made.