This is a fake Workout API, just to study a little bit about rails API only
Project status: in develpment
⚠️
- Checklist of improvements incoming:
- Add endpoints for Level
- Add tests
- Improve documentation
- Ruby 3.0.0
rails dev:setup seed:basic
[
{
"id": 1,
"expires": "2022-10-02",
"level_id": 2
}
]
{
"id": 1,
"expires": "2022-10-02",
"level_id": 2
}
[
{
"id": 1,
"name": "Lunges",
"series": 2,
"repeat": 6,
"weight": 10,
"workout_id": 1
},
{
"id": 2,
"name": "Pushups",
"series": 2,
"repeat": 1,
"weight": 5,
"workout_id": 1
}
]
{
"id": 2,
"name": "Pushups",
"series": 2,
"repeat": 1,
"weight": 5,
"workout_id": 1
}