Sabermotamedi / RihalCodeStacker-Backend

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

Fetch missing movie information (release date, main cast, director, budget) from the external API and update the database. #5

Closed Sabermotamedi closed 5 months ago

Sabermotamedi commented 5 months ago

Is your feature request related to a problem? Please describe. A) I will provide you with a JSON file containing a list of movies in my cinema. The list will contain the name and description of each movie. I want you to add these movies to your database when your applications start up.

B) However, there are some missing pieces of information namely: release date, main cast, director, and budget. This information is hosted at: https://cinema.stag.rihal.tech/, where the API endpoint is: GET /api/movie/{movie_id}

Describe the solution you'd like Just Part B

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.