jothi-prasath / movie-radar

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

License:MIT License


Languages

Language:Python 41.7%Language:CSS 30.0%Language:HTML 28.2%