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.
- Host: GitHub
- URL: https://github.com/billstephens2022/movies-python
- Owner: BillStephens2022
- Created: 2023-04-25T19:06:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T18:24:20.000Z (over 2 years ago)
- Last Synced: 2025-02-06T06:29:07.318Z (10 months ago)
- Topics: flask, python, python-flask, python-flask-application, python3, sqlalchemy, sqlalchemy-python, sqlite3, wtforms, wtforms-flask
- Language: Python
- Homepage:
- Size: 17.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Top 10 Movies - Python - Flask

## 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:

## 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