Sabermotamedi / RihalCodeStacker-Backend

This Repository is related to the Rihal Backend Challenge.
MIT License
0 stars 0 forks source link

Implement API to retrieve memories with list of photos #13

Closed Sabermotamedi closed 7 months ago

Sabermotamedi commented 8 months ago

Is your feature request related to a problem? Please describe. I want an API to return a memory (id, movie id, movie name, title, story, time ordered list of photos (id, photo name, photo extension i.e. PNG, size i.e. 3KB, time created)) given its id.

Describe the solution you'd like