movie-database-fetcher

Movie Metadata Fetcher

Project Overview

Movie Metadata Fetcher is a dynamic web application designed to provide users with comprehensive data on movies and TV shows. Leveraging the OMDB API, the app furnishes detailed information in an intuitive and user-friendly format, enhancing the movie-selection process. Additionally, it offers personalized features, such as a custom watch list and user profile integration.

Features

Technologies Used

Installation and Setup

Ensure you have the following prerequisites:

Installation Steps

  1. Clone the Repository
    git clone https://github.com/your-github-username/movie-metadata-fetcher.git
    cd movie-metadata-fetcher
    
  2. Install Dependencies
    pip install Flask flask-login
    
  3. API Key Configuration
    • Obtain an API key from OMDB API.
    • Insert your API key in app.py.
  4. Run the Application
    python -m flask run
    

    Access the app at http://localhost:5000.

Usage Guide

Contributing

We welcome contributions to enhance the Movie Metadata Fetcher!