Description
A flask application that outputs a movie in IMDb's top 250 movies of all time based on user input.
Software requirements
Python version 3.5 or above
How to run
Clone the repository into your local environment
Cd into the root directory of the project
Create a python virtual environment: py -3 -m venv env
Activate the environment: env\Scripts\activate
Install required packages: pip install -r requirements.txt
Run the application: python run.py