Skip to content

francesco-pecora/cerco-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cerco Search Engine

Implementation of a search engine that includes the ability to search web pages and images related to the input search.

Stack

  • PHP
  • MySQL

Project Structure

.
├── README.md
|
├── ajax
│   ├── setBroken.php
|   ├── updateImageCount.php
|   └── updateLinkCount.php
├── assets
│   ├── *css*
│   |   └── style.css
|   ├── *images*
│   |   |── cerco-logo.png
|   |   |── e.png
|   |   |── end.png
|   |   |── magnifying-glass-search.png
|   |   |── selectedE.png
|   |   └── start.png
|   └── *javascript*
│       └── script.js
├── classes
│   ├── DomDocumentParser.php
│   ├── ImageResultsProvider.php
│   └── SearchResultsProvider.php
|── features
│       └── handleMath.php
|
├── config.php
|── crawl.php
├── index.php
└── search.php

The application is run by using XAMPP Control Panel, which is used to start MySQL and run the APACHE server. Once these two modules are running, navigate to

http://localhost/cerco-search-engine

to open the search page and be able to use the application.

About

Implementation of a search engine using PHP and MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published