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.
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.
Scored a 84% on the project.