A demo is available at utd-search-engine.herokuapp.com
-
Clone/Fork SearchEngine repo:
git clone https://github.com/vdasari98/SearchEngine.gitcreate a new branch Happy coding!
-
Install python www.python.org --> Downloads --> Download and install Python 3.9.1
-
Install pip
py get-pip.py -
Install virtualenv
pip install virtualenv -
Install requirements
pip install requirements.txt -
Creating virtualenv
virtual env -
Activate env
.\env\Scripts\activate -
Spinning up server python app.py
To start the web spider/crawler, run python spider/spider.py