Skip to content

hammad-mohi/google-search-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seek - Web Search Engine

This document describes the implementation of a Web 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

About

Seek - Web Search Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.2%
  • HTML 17.3%
  • CSS 14.0%
  • JavaScript 12.5%