Skip to content

Add Exercise API (FastAPI backend) #2

@Keobu

Description

@Keobu

Idea: Create a simple backend API (using FastAPI) that provides exercises and workouts,
so the timer can be connected to external data instead of hardcoded values.

Example endpoints:

  • GET /exercises → return a list of exercises with name and default duration
  • GET /workouts → return workout sessions with rounds and rest times

Benefits:

  • Makes the timer more flexible
  • Allows integration with a future frontend or mobile app
  • Good practice for backend + API development

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions