MOVIE SAGAS
Duration: Weekend Challenge
An app where a user can add and store their favorite movies
-
Create a database named
saga_movies_weekend
-
Run the queries from
database.sql
on thesaga_movies_weekend
database -
The queries in the tables.sql file are set up to create all the necessary tables and populate the needed data to allow the application to run correctly. The project is built on Postgres, so you will need to make sure to have that installed. We recommend using Postico to run those queries as that was used to create the queries,
-
Open up your editor of choice and run an npm install
-
Run npm run server in your terminal
-
Run npm run client in your terminal
-
The npm run client command will open up a new browser tab for you!
-
Home / Watch List shows the user all of their saved movies
-
A user can navigate to Add New Movie to add a new movie to their watch list
HTML JS REACT REDUX SAGA NODE EXPRESS AXIOS SQL
Thanks to Prime Digital Academy who equipped and helped me to make this application a reality.
Shout out to my instructors Dane Smith and Liz Kerber