The system is movie based websites like IMDB and rotten tomatoes. The site will use the movies data set and perform different functionalities. The website will show a list of movies along with their posters on its main web page. The site will allow user registration and will keep a record of user information. The website will also hold the features of movie rating, wish list, watched list.
- Display latest movies
- Display movie detail i.e. genre, cast, review, overview.
- Displays similar movies
- User can add review (local)
- User profiling (local)
- User can add movie (local)
We used the API of TMDB - The Movie Data Base to fetch data for the website. In order to do that an API key is required which I get after creating account on TMDB and place API key request.
We used XAMP to run our website locally.
SQL file is in project file.
- We used a template for this website but unfortunately lost the reference link and changed file name. So, we will update this information as soon as possible.
- If API key don't work then register in TMDB and apply for API key. The API key used in the project is from my personal account.