Weekend Challenge: The Movie Saga

Description

Duration: Weekend Project

Problem: Create a movie list with details using React, Redux and the full stack. This project has a focus on sagas.

Built With

Node JS 
Express 
React 
Redux  
Axios 
PG 
PostgreSQL
OMDb API

Installation

  1. Clone repository
  2. Run npm install
  3. Create a database with the name saga_movies_weekend
  4. Copy in the CREATE TABLE query that is in the database.sql file.
  5. The database is set up to run on port 5432 by default change this in the pool.js
  6. Run npm start

API Integration

  1. Sign up to get a API key to use the add movies functinality. OMDB API
  2. Create a .env file with a variable called API_KEY and set that equal to the API key that you recieved from OMDb.

Acknowledgments

I thank my instructors for their guidance in coming this far. Liz Kerber, Emma Stout, and Dane Smith are all awesome.