marynganga/WatchList-Movie-Review-Website
A web application displays the latest, upcoming and popular movies. It allows a user view more information about a chosen movie, and add reviews to a movie. A user can also search for a movie by it's title. It accomplishes all this by utilizing The Movie Database Api.
aftabMansoori/Movie-database-using-flask
A movie database web page created with flask and for database sqlite3 has beem used. For getting a movie content omdb api has been used.
FairTraxx/movies
A flask Movie api that uses TMDb's database, contains some neat features like user authentication and personal user movie lists.
lisenpasha/My-Top-10-Movies-Website-Api-Calls-Movietdb-Flask-WTForms-SQLAlchemy
A full project using Flask and scraping online datas from The Movie Database's api into a local database file. Then, using our content inside our database file to update our templates(html files). Can edit movie details and delete
Williamsoditi/Movie-list
A Flask application implemented with Movie API & Postgresql database that enables a user to create a watch list, watch movies and give reviews.
J0K3Rn/My-Top-10-Movies
Flask-Bootstrap website that shows my top 10 list of movies. Utilizes TheMovieDB API to acquire movie information and SQLAlchemy to communicate with the database.
FilipHalon/movie_rest_api
My first attempt to create the back-end side of a REST API in Flask. It uses an external movie dataset which needed to be preprocessed with pandas before it could be uploaded to a PostgreSQL database. It enables browsing through the database and adjusting how data is displayed.
trien-hong/TMDB-School-Project
Calls The Movie Database API to retrieve movie information from a predefined list. Users can add, edit, and delete their reviews for the specific movie.