This is a simple search engine application which has been developed using Djago framework. This search engine uses simple fulltext search. The data based being searched over is postgresql. Data based is generated from the crawlers developed in initial phase of the project.
- Python This project is developed in ubuntu. Python comes installed in ubuntu. For windows this link might be helpful http://www.howtogeek.com/197947/how-to-install-python-on-windows/
- Django Framework
To Install Django
- sudo apt-get update
- sudo apt-get install python-django You can test the installation
- django-admin --version