pollmelo / backberry

fruity backend for pollmelo
2 stars 0 forks source link

Create endpoint to get a single poll with votes #33

Closed martincodes-de closed 1 year ago

martincodes-de commented 1 year ago

Create polls/:id with http verb get to get all data about the poll (calculated votes included). Return JSON

martincodes-de commented 1 year ago

Use Poll::findOrFail() and see https://laravel.com/docs/9.x/controllers See other controller methods how to access parameters and how to return json.