This is a search engine which is a console application.
It searches in the files specified via config.json and requests via requests.json, giving the search result in answers.json in default settings. It is possible to set your own paths to the config.json and requests.json files, formatted according to templates:
- C++17
- CMake 3.21
- MinGW w64 9.0
These libraries will be downloaded when building the project, connected in Cmake
- Lib nlohmann/json.
- Lib GTest.
git clone https://github.com/cokoole/search_engine