Project Name

Movie Saga

Description

A project to list movies from a database, with the ability to add movies to the database. There is also 
a detailed page for each movie and the genres for each movie. An edit page allows you to edit movies currently in the database.

Technologies Used

-React -Redux -Redux Saga -Postgresql -Axios -Node

Home Screenshot Add Movie Page Edit Movie Page Movie Description Page

Description

  • Create a database and tables
  • Create AddMovie and MovieDetails components
  • Set up HashRouter and routes
  • Create Saga Routes
  • UseDispatch send info to Saga Routes
  • Display queries from database
  • Add Buttons to navigate between the pages
  • Style
  • Create an Edit Movie component
  • Create a saga for PUT call to update the database

Additional README details can be found here.