To run the simple search engine:
- Install Flask
- In terminal type: FLASK_DEBUG=1 FLASK_APP=app.py flask run
- Open http://127.0.0.1:5000/ in your browser.
Note: the actual search function has not been implemented yet. Hitting the submit button returns nothing....
Reference