/movie-radar

A Flask web application that displays latest now playing movies based on language.

Primary LanguagePythonMIT LicenseMIT

Movie Radar

A Flask web application that displays latest now playing movies based on language.

This application uses the free TMDB (The Movie Database) API.

Screenshots

Getting Started

  1. Install the required Python packages:
pip install -r requirements.txt
  1. Get api from TMDB and set 'API_KEY' in the app.py file.

  2. Run the app.py

python app.py
  1. Access the application in your web browser at http://localhost:5000/