This is a web application built with Flask that allows users to add, edit, and delete movie entries along with their ratings and reviews. The application utilizes Flask-Bootstrap for styling and Flask-SQLAlchemy for database management.
- Add Movies: Users can add movies with details such as title, year, description, rating, ranking, review, and an image URL.
- Edit Movies: Users can update movie ratings and reviews.
- Delete Movies: Users can delete movie entries from the database.
- View Movies: Displays a list of movies sorted by their ratings, with each movie's ranking and details.
- Flask: A lightweight Python web framework for building web applications.
- Flask-Bootstrap: Integrates Bootstrap with Flask for responsive design.
- Flask-SQLAlchemy: ORM for managing database interactions with Flask.
- SQLAlchemy: SQL toolkit and ORM for Python.
- WTForms: Library for form handling and validation in Flask applications.