SearchGar
1.0.0
從頭開始製作的搜尋引擎(不使用elasticsearch或類似的東西)
查看搜尋引擎·報告錯誤·請求功能·發送拉取請求
git clone https://github.com/roshanlam/SearchGar
cd SearchGar
pip3 install -r requirements.txt
python3 server.py
http://0.0.0.0:5000
,這就是搜尋引擎的位置。 請參閱未決問題以取得建議功能(和已知問題)的清單。
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)