https://github.com/tharunoptimus/jamun-search
Jamun Search - Search for sites and images - Deprecated
https://github.com/tharunoptimus/jamun-search
database mysql php search-engine
Last synced: 2 months ago
JSON representation
Jamun Search - Search for sites and images - Deprecated
- Host: GitHub
- URL: https://github.com/tharunoptimus/jamun-search
- Owner: tharunoptimus
- License: mit
- Created: 2022-10-11T17:23:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T00:00:26.000Z (over 3 years ago)
- Last Synced: 2025-02-26T14:16:00.284Z (over 1 year ago)
- Topics: database, mysql, php, search-engine
- Language: PHP
- Homepage:
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jamun Search
Jamun Search is a search engine to search for sites and images.
It is a simple search engine that uses the %LIKE% operator in MySQL to search for sites and images.
## Installation
- Clone the repository
- Create a database and import the `jamun.sql` file
- Edit the `config.php` file and add your database credentials
- Run the `index.php` file
## Usage
- Add sites to the database by running the `crawl.php` file with the URL of the site as the value for `$startUrl` variable
- It will crawl the site and add the url links and image links to the database
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## What is the purpose of this project?
- I created this project to learn how to create a search engine
- I also created this project to learn how to crawl a website and add the links to the database
- I learnt more about MySQL and PHP
## What is the future of this project?
- The development of this project is stopped
- For any bugs or issues, please open an issue. I will try to fix the bugs and issues
- If you want to contribute to this project, please open a pull request
- I've made an exact copy of this project in Node.js with Express.js and MongoDB. You can find the project [here](https://github.com/tharunoptimus/search-engine)