Skip to content

Weekend challenge to build an app to keep tabs on your favorite movies by searching for and adding them to your watch list.

Notifications You must be signed in to change notification settings

Landmeinz/weekend-movie-sagas

Repository files navigation

Project Name

MOVIE SAGAS

Duration: Weekend Challenge

Screen Shot 2021-11-14 at 9 54 58 PM

Screen Shot 2021-11-14 at 9 55 14 PM

Description

An app where a user can add and store their favorite movies

Installation

  1. Create a database named saga_movies_weekend

  2. Run the queries from database.sql on the saga_movies_weekend database

  3. 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,

  4. Open up your editor of choice and run an npm install

  5. Run npm run server in your terminal

  6. Run npm run client in your terminal

  7. The npm run client command will open up a new browser tab for you!

Usage

  1. Home / Watch List shows the user all of their saved movies

  2. A user can navigate to Add New Movie to add a new movie to their watch list

Built With

HTML JS REACT REDUX SAGA NODE EXPRESS AXIOS SQL

Acknowledgement

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

About

Weekend challenge to build an app to keep tabs on your favorite movies by searching for and adding them to your watch list.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published