StevenMonty / CS1530-Final

0 stars 0 forks source link

Movie API search functionality #28

Open noah710 opened 3 years ago

noah710 commented 3 years ago

Integrate TMDb API with django and setup 2 API endpoints

  1. search for movies (for search bar)
  2. 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

create-issue-branch[bot] commented 3 years ago

Branch issue-28-Movie_API_search_functionality created!