Skip to content

ceciliawu/mini-search-engine

Repository files navigation

mini-search-engine

A mini search engine built for course csc326

  • Front End To run the front end:
  1. run $cd csc326
  2. run $python FrontEnd.py
  3. open a browser and go to: http://localhost:8080/
  4. to terminate the process, press Ctrl - C in the terminal
  • Back End To run the back end:
  1. run $cd csc326
  2. run $python crawler.py
  3. if wish to visit other websites, place the urls in urls.txt
  • Unit Test To run the tester for crawler.py
  1. run $cd csc326
  2. run $python crawler.py

About

A mini search engine built for course csc326

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published