acmpesuecc / menumemory-backend

Other
0 stars 0 forks source link

Create GET /dishes endpoint #3

Open Smuzzy-waiii opened 2 hours ago

Smuzzy-waiii commented 2 hours ago

Create a GET /dishes endpoint which optionally takes in a search_term query parameter and returns dishes which match the search term. Refer to the way GET /restaurants is implemented. This will be very similar to that. If no search term is provided, return all dishes.

Please remember to update the openapi.yaml and openapi.json files to document the above changes!

bunsamosa-bot[bot] commented 2 hours ago

Thank you for opening this issue! A Maintainer will review it soon!