This micro api serves and stores workouts for the day
GET /work-out-of-the-day
Response body:
{
"title":"Fran",
"workout":"21–15–9 Reps Thruster 95lbs Pull Ups"
}
POST /work-out-of-the-day
Response body:
{
"Added wod with title: Lynne"
}
Response body:
{
"message": "Server Error"
}
docker-compose build
docker-compose up
visit http://localhost:8081