Movie tracker is a dynamic single page application for quickly looking up movies that are still in theaters. Quickly find what you want to see, watch the trailer, and save it to your favorites for later viewing! MovieTracker was built using React, Redux, and React Router and is fully tested using Enzyme and Jest.
Make sure you have PostgreSQL setup on your machine, clone the server repo:
git clone https://github.com/turingschool-examples/movie-tracker
Then run:
npm install && npm start
git clone https://github.com/GraySmith00/movie-tracker-client
npm install
npm start
npm test
npm run eslint