This project uses React, Redux, Axios, and Saga, install dependencies with terminal command "npm install" and this can be spun up with the terminal commands "npm run server" then "npm run client".
This project also uses PostgresSQL. Database included in database.sql
file, name the database saga_movies_weekend
.
This is a movie database that allows users to get more info about a movie and edit the info about the movie.
This project was completed as a part of the Prime Digital Academy program, a six month full stack development immersion program.