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
)