Sabermotamedi / RihalCodeStacker-Backend

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

Implement API to search for movies based on name or description. Top Rated Movies: #9

Closed Sabermotamedi closed 5 months ago

Sabermotamedi commented 5 months ago

Is your feature request related to a problem? Please describe. I want to be able to search for a movie. This API should be able to return a list of movies (id, name, description) based on a search parameter which matches either the name or description.

Describe the solution you'd like

Sabermotamedi commented 5 months ago

Branch Name: Feature/search-for-movies-9