SearchGar
1.0.0
A Search Engine made from scratch (not using elasticsearch or anything like that)
View The Search Engine
·
Report Bug
·
Request Feature
·
Send a Pull Request
git clone https://github.com/roshanlam/SearchGar
cd SearchGar
pip3 install -r requirements.txt
python3 server.py
http://0.0.0.0:5000
, that's where the search engine will be.See the open issues for a list of proposed features (and known issues).
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)