Please sign in to access this page

FitTrack-API

FitTrack-API Used AI

5 devlogs
8h 23m
•  Ship certified
Created by Quantix

"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.

Timeline

Ship 1

1 payout of shell 50.0 shells

Quantix

13 days ago

Quantix Covers 5 devlogs and 8h 23m

Done with implementing Body Metrics Endpoints, Creating a proper documentation and Hosting it using Render. Please check it out!!!

Update attachment

Done with Personal Record Tracking Endpoint, Also added an endpoint to delete a session

Update attachment

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.

Update attachment

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.

Update attachment

implemented the main HTTP methods, Completed the user authentication setup using JWT.

Update attachment