/my-search-engine

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

my-search-engine

web-search-engine-ui

web-search-engnin

DEMO

INSTALL AND RUN

REQUIREMENTS

This tool requires Python3+ and the web search engine API (see link above).

WITH PIP

& git clone https://github.com/Amirsorouri00/my-search-engine.git
& cd my-search-engine
& python3.7 -m venv search-engine-venvironment
& source search-engine-venvironment/bin/activate
& pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate

And, in another CLI :

sudo docker-compose up

WITH DOCKER

USAGE AND EXAMPLES

To use the search engine, just type this endpoint in your web browser : http://localhost/

Web search engine

USEFULL LINKS

LICENCE

MIT