Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 625 Bytes

File metadata and controls

22 lines (16 loc) · 625 Bytes

#Seek Search Engine

This document describes the implementation of a Search-Engine developed by Hammad Mohiuddin and Deep Pandya.

Instructions for running back-end:

  • run redis-server to start the database
  • run RunCrawler.py to crawl urls, generate pageranks and save data to the redis database
  • to print pageranks in order run run_backend_test.py

Accessing front-end on AWS:

  • Open browser and go to: 52.54.96.56:80

Front-end benchmarking results:

  • Check RESULTS.txt

Bonus Features:

  • CSS animations
  • Dynamic JavaScript Pagination
  • Search results also show descriptions and titles