Inside the 'crawler' directory, use pipenv --python 3.6 to initialize a new pipenv.
Then use pipenv sync to install the required python packages
Inside the 'server' directory use npm install to install required node modules
Use pipenv run python3 core.py <search type (1=DFS, 2=BFS)> [keyword] to run crawler.
Ryan Hong - Front-End
Yoav Gil - Node server
Cody Dhein - Python web crawler