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
- 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
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