A Flask web application that displays latest now playing movies based on language.
This application uses the free TMDB (The Movie Database) API.
- Install the required Python packages:
pip install -r requirements.txt
-
Get api from TMDB and set 'API_KEY' in the app.py file.
-
Run the app.py
python app.py
- Access the application in your web browser at http://localhost:5000/