This is the backend service for LiftLedger applications.
- Create workouts
Method | Endpoint | Description |
---|---|---|
GET |
/health |
Checks the status of the server |
GET |
/workouts/{id} |
Retrieve a workout by ID |
POST |
/workouts |
Create a workout |
🚧 Under construction
🚧 Under construction
- User authentication (Sign up / Sign in)
🚧 Under construction