Sabermotamedi / RihalCodeStacker-Backend

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

Fetch movie data from the provided JSON file and populate the database. #4

Closed Sabermotamedi closed 8 months ago

Sabermotamedi commented 8 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 A

Sabermotamedi commented 8 months ago

movies.json provided JSON File