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
- Start adding and commiting more frequently (yes I know I am a horrible person for not adding and commiting everytime I change something lol)
- Python
- Flask
- HTML
- CSS
- Bootstrap
- JS
- NextJS or ReactJS
- Python
- Flask
- Docker
- Docker Compose
git clone https://github.com/roshanlam/SearchGar
cd SearchGar
pip3 install -r requirements.txt
python3 server.py
- Go to
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).
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes, Please Keep MVC in mind (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- MIT License
- Search functionality
- Implement Bert
- Classify Websites into categories
- Add NextJS For The FrontEnd
- Let User's Login and SignUp and View Their Search History.