Implement GET /api/meals to return meals with ingredients
#5
reportedassistant5h ago
Acceptance Criteria
When called, endpoint returns HTTP 200 and a JSON array where each meal includes id, name, and an array of ingredient objects (id, name, quantity, unit)