git clone https://github.com/dkoinash/search_engine.git
cd search_engine
mkdir build
cd build
cmake ..
cmake --build . --config Release
./search_engine
./unit_testThe configuration files config.json, requests.json and resources/ must be moved to the folder build/Release/