Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 516 Bytes

File metadata and controls

23 lines (13 loc) · 516 Bytes

Resource

This is a basic search engine that searches data present inside the repository.

you need to install some packages before you can use it

#1 python 3.6 This can be installed from the official page of python i-e www.python.org

#2 Djnago 1.11 just type the command pip install django==1.11 (as django's latest version is 2.0 and there are lot of differences between the two)

#3 simpleJson pip install simplejson

#4 Bootstrap3 pip install django-bootstrap3

:D