Skip to content

A database app to find, store, and rate your favorite prestige films.

Notifications You must be signed in to change notification settings

ackermax/red-carpet

Repository files navigation

Red-Carpet 🎬 🎥

Table of Contents

Concept

Create and manage your own personal list of award winning (and nominated films), with reviews, a watched list, and priority lists based on which awards shows are coming up next. Red Carpet is the perfect tool for your elitist movie-watching needs!

Deployment

This app has been deployed to Heroku and can be used by following the link below:

Red Carpet

Screenshots of this Project

Red Carpet Splash Page

Red Carpet Search Page

API's

  • TMDB.org
  • Amazon

Database Structure

* Table
	* Users
		* Columns
			* User_ID
			* FName
			* LName
			* Username/Email
	* UserData
		* Columns
			* User_ID
			* Movie_ID
			* Rating
			* Watched
			* Poster HREF
	* MovieData
		* Columns
			* Movie_ID
			* Year
			* Category
			* Nominee/Movie
			* AddInfo
			* Won

Technologies

Authors

Team PAWA

Filmocat