An open API service indexing awesome lists of open source software.

https://github.com/billstephens2022/movies-python

Web application where user can add their favorite movies and add a rating and review. Built with Python Flask, SQLite, SQLAlchemy, and WTForms.
https://github.com/billstephens2022/movies-python

flask python python-flask python-flask-application python3 sqlalchemy sqlalchemy-python sqlite3 wtforms wtforms-flask

Last synced: 8 months ago
JSON representation

Web application where user can add their favorite movies and add a rating and review. Built with Python Flask, SQLite, SQLAlchemy, and WTForms.

Awesome Lists containing this project

README

          

# Top 10 Movies - Python - Flask
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)

## Description

A web application where users can add their favorite movies which get displayed as cards
on the screen with the background image of the movie poster. Once a movie is added, the
user is asked to provide a rating and short review. When the user hovers over the card,
the card flips to the backside which shows the year, description, rating, and review. From
there, the user can update the rating/review or delete the movie. This app was built with
Python Flask, SQLite / SQLAlchemy, and The Movie Datatabase (TMDB) API.

Screenshot:

![screenshot](screenshot.png)

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)

## Installation

run main.py in the command line

## Usage

once running, go to http://localhost:5000

## License
This application is covered under the MIT License.

For more information: https://opensource.org/licenses/MIT

## Contributing
N/A

## Tests
N/A

## Questions
Contact Info

GitHub user name: BillStephens2022

Link to GitHub profile: https://github.com/BillStephens2022

Email: stephensbill17@gmail.com