{"id":19176584,"url":"https://github.com/gaganreddyin/codequest-searchengine","last_synced_at":"2025-04-09T21:34:52.437Z","repository":{"id":253792188,"uuid":"844540781","full_name":"GaganReddyin/CodeQuest-SearchEngine","owner":"GaganReddyin","description":"CodeQuest Search is a powerful full-stack web application that allows users to search for coding problems from popular platforms like LeetCode, Codeforces, and CodeChef. By implementing web scraping and the TF-IDF algorithm, this tool provides accurate and relevant coding problem recommendations based on user queries.","archived":false,"fork":false,"pushed_at":"2025-01-07T15:43:09.000Z","size":26161,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T23:33:48.598Z","etag":null,"topics":["capstone-project","datastructures-algorithms","final-year-project","fullstack-development","python-project","search-engine","searching-algorithms"],"latest_commit_sha":null,"homepage":"https://codequest-searchengine.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GaganReddyin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-19T13:20:07.000Z","updated_at":"2025-01-07T15:43:40.000Z","dependencies_parsed_at":"2024-12-24T06:41:55.944Z","dependency_job_id":null,"html_url":"https://github.com/GaganReddyin/CodeQuest-SearchEngine","commit_stats":null,"previous_names":["gaganreddyin/codequest-searchengine"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaganReddyin%2FCodeQuest-SearchEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaganReddyin%2FCodeQuest-SearchEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaganReddyin%2FCodeQuest-SearchEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GaganReddyin%2FCodeQuest-SearchEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GaganReddyin","download_url":"https://codeload.github.com/GaganReddyin/CodeQuest-SearchEngine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248115309,"owners_count":21050183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["capstone-project","datastructures-algorithms","final-year-project","fullstack-development","python-project","search-engine","searching-algorithms"],"created_at":"2024-11-09T10:29:12.776Z","updated_at":"2025-04-09T21:34:47.420Z","avatar_url":"https://github.com/GaganReddyin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CodeQuest-SearchEngine\nforgot the question name of a particular website. No worries, go to our website and search for your questions by putting relevant keywords and hit search; you can also set the platform you wanna stick to.\n\n\n# Search Engine\n\nA search engine that allows users to search for questions based on their query. The search engine consists of three main stages: web scraping, TF-IDF algorithm, and a Node.js and React web application.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n\n## Features\n\n- Web scraping: The search engine scrapes question data from websites such as LeetCode, Codeforces, and CodeChef using Beautiful Soup and Selenium.\n- TF-IDF algorithm: It implements the TF-IDF algorithm to find potential documents (questions) related to the user's query.\n- Web application: The search engine is integrated into a web application built with Node.js and React, allowing users to search for questions and view the results.\n\n## Installation\n\n1. Clone the repository:\n\n   ```shell\n   git clone https://github.com/GaganReddyin/CodeQuest-SearchEngine.git\n\n2. Install dependencies:\n\n- Make sure you have beautiful soup and selenium installed in your workspace\n\n  ```shell\n  pip install bsoup\n  ```\n  ```shell\n  pip install selenium\n\n- if getting error after installing the libraries\n\n  ```shell\n  pip install -user bsoup selenium\n  ```\nfor intalling it globally\n\n- For hosting the backend locally go to Website/Backend\n\n  ```shell\n  npm install\n  ```\n\n  ```shell\n  node server.js\n  ```\n- For hosting the frontend locally go to Website/Frontend/my_app/\n\n  ```shell\n  npm install\n  ```\n  ```shell\n  npm start\n  ```\n- Now you are good to go, now the website will be hosted on http://localhost:3000\n\n## Usage\n\n1. Perform a search:\n\n- Enter a query in the search box.\n-  Select the website you want to search\n- The search engine will process the query using the TF-IDF algorithm and display relevant questions as results.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaganreddyin%2Fcodequest-searchengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaganreddyin%2Fcodequest-searchengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaganreddyin%2Fcodequest-searchengine/lists"}