passiondynamics / cineguess-backend

Source for API + database functionality for cineguess.
0 stars 0 forks source link

Retrieve data from API for a movie #12

Open OwenM4 opened 9 months ago

OwenM4 commented 9 months ago

Points: 3

TODOs:

Description: Get all the information needed to run the game from the API using the movie titles.

Notes: We need to get all of this information from the API or we will not be able to run the game. We can complete this after getting the movie titles and add all this information into the database. Depends on https://github.com/passiondynamics/cast-le-backend/issues/11