Template page link: https://zeroqode.com/template/moviely---imdb-movies-template-1579625486841x395317627098880960
Moviely - IMDB Movies Template is a fully responsive no-code template that allows users to have access to everything about their favorite movies, such as release dates, communities etc. This template uses tmdb API (https://developers.themoviedb.org/3) for sourcing all or most of its data on movies.
User
This section contains data such as is_admin, to know whether the current user is the admin yes/no, name, photo image, recently_watched list of movies by users, watchlist list of movies created by users.
Shows_review
This section contains data such as author, and review_text.
Movies_reviews
This section contains data such as author, movie_id, and review_text.
Movie_watchlist
This section contains data such as id, image, title, url.
Movie_recently
This section contains data such as id, image, timestamp, title, url.
This is the homepage of the template.
Shows the basic info about the user of the template.
This page displays lists of actors and details about them and their career and movies they featured in.
This page is for the admin to manage all aspect of the template.
This page displays lists of celebrities and details about them and their career.
This page shows movies that will soon be released.
This page is for different user to communicate with themselves about movies and things related.
This page shows movies that are currently at the cinemas.
This page shows the latest movies released.
For users to login into the site.
This pages shows detail info of the selected movie.
This page show the current trending movies.
This page is the the users profile, for creating and editing.
This page for users who has forgotten their password to reset their password.
This page is for users to search for things on the site.
For new users to signup to the site.
This page shows top rated movies of all time.
This pages shows detail info of the selected tv show.
This page shows a list of TV shows.
This page is for users watchlist.
This page is for resetting password.
This page comes up when a searched item could not be found.
Database things: Most of the template content were directly pulled from the template database. Please do not delete an entire data thing unless you are sure of what you are doing. However, feel free to delete template content used in building this template, preferably from the admin dashboard.
This template uses tmdb API for sourcing all or most of its data on movies, actors etc.
You must have an account with themoviedb to interact with the tmdb API. Create you development account here: https://www.themoviedb.org/documentation/api?language=en-US
To configure them:
Starting with version 4, we're now using a Bearer token for all user authentication. If you head into your account page, under the API section, you will see a new key listed called API Read Access Token. This key is expected to be sent along as a Authorization header. A simple cURL example looks like the following:
Application calls like a plain GET request to retrieve a public list for example, can still use the api_key query parameter if you wish.
For these app level GET requests, it's your decision which authentication system you want to use. We do however, encourage you to use the new Authorization header for all requests since it's a system you have to use for all application and user requests besides GET regardless. Should you wish to do any user specific actions like rate a movie or edit a list in the future, choosing the Bearer token will be the system you will already be using.
Note: The tmdb API for sourcing may have data on movies, actors etc that is partially complete so some pages may look partially full. For details on API and availability check: https://www.themoviedb.org/documentation/api?language=en-US
Live Demo: https://imdbtemplate.bubbleapps.io