Skip to content

Connect FE to BE

Thanh Nguyen requested to merge getpop into main
  • Add cors
  • Update movie model, in particular, change popularity from FLOAT to INT, change ratingAverage from FLOAT to DECIMAL(3,2), add backdrop
  • Update endpoint for getting popular movies
  • Allow users to sort by ASC or DESC
  • Connect FE to BE
  • Update Redux store
  • Add infinite scrolling
  • Add fallback poster
  • Update movie data

Merge request reports