Skip to content

vitor-a-avancini/qkfls-Movie-Reviews-Database

 
 

Repository files navigation

🎬 Movie Reviews Database

Status License


🚀 Overview

This project is a simple yet effective Movie Reviews Database web application built with Python and Flask. Users can submit, view, and search movie reviews in a web interface. Data persistence is handled via a SQLite database.


📂 Repository Structure

.
├── static/                # Static assets (CSS, images)
├── templates/             # Jinja2 HTML templates
├── app.py                 # Main Flask application
├── reviews.db             # SQLite database (auto-generated)
├── requirements.txt       # Python dependencies
└── README.md

🛠 Tech Stack

  • Backend: Python 3, Flask
  • Database: SQLite
  • Frontend: HTML, Bootstrap, Jinja2
  • Deployment: Local, or any WSGI-compatible platform

✅ Prerequisites

  • Python 3.x
  • pip (Python package manager)

⚙️ Setup & Run (Local)

  1. Clone the repository:

    git clone https://github.com/vitor-a-avancini/qkfls-Movie-Reviews-Database.git
    cd qkfls-Movie-Reviews-Database
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the Flask application:

    python app.py
  4. Open your browser:


🖥️ Features

  • Add, view, and search movie reviews
  • Clean, Bootstrap-styled user interface
  • Auto-creates database on first run

📝 License

This project is licensed under the MIT License. See LICENSE for details.


🤝 Contributing

Pull requests, issues, and feedback are welcome. Fork or star to support!


📚 References


A clean starter for Flask CRUD apps—add your own movie magic!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 90.2%
  • EJS 9.4%
  • Dockerfile 0.4%