Bonggle is a search engine that allows to fetch a URL and parse the html to find words and other stuff.
This project is a personal project and is not intended to be used in production. The project is not optimized and is not secure. The project is only intended to be used for educational purposes.
To run the project, you need to have Rust installed. You can install Rust by following the instructions here.
After installing Rust, you can run the project by running the following command:
cargo runTo run the tests, you can run the following command:
cargo test