This PR implements the "Create Training Program" functionality, allowing trainers to create structured training programs. The endpoint allows trainers to define program details, including exercises, sets, repetitions, and the targeted muscle groups.
Adds a new API endpoint /api/training-programs to allow trainers to create training programs.
The created training program includes:
Title
Program type (e.g., Group, Individual)
Location type (e.g., Home, Gym, Outdoor)
List of exercises with details (name, muscle group, sets, repetitions)
This PR implements the "Create Training Program" functionality, allowing trainers to create structured training programs. The endpoint allows trainers to define program details, including exercises, sets, repetitions, and the targeted muscle groups.
/api/training-programs
to allow trainers to create training programs.