Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.01 KB

Gooogle

Object Oriented Programming

Description

Welcome to Gooogle, a project developed for our Object-Oriented Programming class that brings the power of Google-like search to your local files. This project implements an efficient indexer for documents, processing multiple files, extracting words, and creating an index that allows for fast searching and retrieval of information.

Compiling and running

To install Gooogle, clone the repository and run the following command:

dotnet refresh

To run the webapp, use the following command:

cd webapp && dotnet run

To run the CLI, use the following command:

cd cli && dotnet run

Ensure you have the .NET SDK installed on your machine. For VSCode setup, follow the instructions here.

Results

Scored a 84% on the project.