Adamj1232 / movie-tracker

New Movie App where Users can Sign-In, Learn About and Favorite New Hit Movies

Home Page:https://movie--tracker.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Tracker

Website Details

Built to practice Redux and become acquainted with Node, PostgresSQL, Express, this app consumes The Movie Database API and allows users to mark and save their favorite films.

Try Movie Tracker

  • Create User & User sign in is not yet secure via OAuth. To test use the application, sign in with the below credentials.
  • Default Email - test@test.com
  • Default Password - password

Reflection

  • This project was a 3 person group project and our first introduction to React Router, Redux, Express, PostgresSQL and Node. We had around 6 days to work together and produce an operational application.
  • We set out to build an application for users to log in and view the most recently released movies. Once the user is logged in they are able to favorite multiple movies which would be saved to their account.
  • We used Node, Express and SQL tables to store the users data and favorited movies via our own API's with the assistance of PostgreSQL

Resources

Project Screen Shot(s)

Installation and Setup Instructions

  • git clone
  • create db - if you don't have postgresSQL go install it here: http://postgresapp.com/
  • Follow the installation instructions for postgresSQL from website
  • Start postgresSQL server
  • npm install
  • npm start

About

New Movie App where Users can Sign-In, Learn About and Favorite New Hit Movies

https://movie--tracker.herokuapp.com/


Languages

Language:JavaScript 99.7%Language:CSS 0.2%Language:HTML 0.1%