You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I want to create an API endpoint to fetch 20 paginated recipes so that users can view a manageable number of recipes at a time.
Acceptance Criteria:
An endpoint is created that accepts pagination parameters (page and limit). The response includes an array of 20 recipes and the total count of recipes.
The text was updated successfully, but these errors were encountered:
As a developer, I want to create an API endpoint to fetch 20 paginated recipes so that users can view a manageable number of recipes at a time.
Acceptance Criteria:
An endpoint is created that accepts pagination parameters (page and limit). The response includes an array of 20 recipes and the total count of recipes.
The text was updated successfully, but these errors were encountered: