Duration: Weekend Project
Problem: Create a movie list with details using React, Redux and the full stack. This project has a focus on sagas.
Node JS
Express
React
Redux
Axios
PG
PostgreSQL
OMDb API
- Clone repository
- Run
npm install
- Create a database with the name
saga_movies_weekend
- Copy in the
CREATE TABLE
query that is in thedatabase.sql
file. - The database is set up to run on port
5432
by default change this in thepool.js
- Run
npm start
- Sign up to get a API key to use the add movies functinality. OMDB API
- Create a
.env
file with a variable calledAPI_KEY
and set that equal to the API key that you recieved from OMDb.
I thank my instructors for their guidance in coming this far. Liz Kerber, Emma Stout, and Dane Smith are all awesome.