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