Skip to content

Frontend Routes

sjain93 edited this page Apr 25, 2019 · 4 revisions

Frontend Routes

  • React front end consuming Django API and TMDB API hosted on a separate server
  • http://localhost:3000/ - home page container includes age verification modal, slideshow carousel, nav bar and category picker
  • http://localhost:3000/about - brief description of the project
  • http://localhost:3000/categories - container includes race and strain populated by Django API, with API calls to TMBD for movie description, poster and trailer
Clone this wiki locally