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
)