DBULL7 / movie_tracker

Turing FE Module 3 Group Project: First to Involve Redux and a Backend

Home Page:https://movietracker-turing.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Tracker

Hosted @ Heroku

This project is working off the The Movie DB API (https://www.themoviedb.org/documentation/api - note you'll need to go create an account to get an API key). The idea of the project is to be able to sign in as a user and save favorite movies.

Bc this is still in beta here is what you'll need to know.

  • Using PostgreSQL
  • Setting up steps:
    • npm install
    • createdb - if you don't have postgresSQl go install it here: http://postgresapp.com/
    • psql -f ./database/users.sql
    • npm start - visit localhost:3000 to see the site

About

Turing FE Module 3 Group Project: First to Involve Redux and a Backend

https://movietracker-turing.herokuapp.com/


Languages

Language:JavaScript 99.4%Language:CSS 0.5%Language:HTML 0.0%