Bacon query is a python application that allows you to find the fastest route between two film stars.
- An installation of Python 3
- An installation of Git
- An installation of pipenv (pip install pipenv)
- In your terminal navigate to where you would like to clone this repository
- git clone https://github.com/TommyJonzen/BaconNumber-WebApp.git
- cd BaconNumber-WebApp
- pipenv install
- flask run
Now you can use the IP address given by the console, enter it into your browser to visit a locally hosted version.
Once the site loads input the names of two film stars who starred in a film after 1970. Click find route and the app will tell you the fastest route via costars between each of your inputs.