Integrate TMDb API with django and setup 2 API endpoints
search for movies (for search bar)
detailed search for movie (for filling out media data)
Also need endpoint 1 to filter the movies by descending release date. Both endpoints will return the title, release date and URL to a movie poster. Endpoint 2 will also return an overview and original language
Challenges:
Handling and sorting data from TMDb
Filtering results with missing entries
Finding the URL of the movie poster
Integrate TMDb API with django and setup 2 API endpoints
Also need endpoint 1 to filter the movies by descending release date. Both endpoints will return the title, release date and URL to a movie poster. Endpoint 2 will also return an overview and original language
Challenges: Handling and sorting data from TMDb Filtering results with missing entries Finding the URL of the movie poster