Create user
/api/user/add/:username
Result:
Log workout
/api/exercise/add
Result:
View workout history
/api/user/workouts/:username
Result:
This is a simple microservice that allows you to create a user, log workouts, and then view your workout history. There is no authentication or authorization involved, so all data is public.
/api/user/add/:username
Result:
/api/exercise/add
Result:
/api/user/workouts/:username
Result: