Skip to content

This is Project Provides and API endpoint and web-interface to autocomplete(suggest) words

Notifications You must be signed in to change notification settings

samims/autocompletion

Repository files navigation

Fuzzy Search

Installation and run

Create virtualenv (Python3.6)

$ python3.6 -m venv myvenv

Activate virtualenv using

source myvenv/bin/activate

Clone this repo

git clone

Install dependencies

pip install -r requirements.txt

Go to the project directory and run migrations files using this command

python manage.py migrate

To run this project

python manage.py runserver

To run tests

python manage.py test

To test using postman use this endpoint

GET /search?word=<input>

use below code as header to send ajax request

{X-Requested-With: XMLHttpRequest}

To test with html. Go to '/' url and type in the input box

About

This is Project Provides and API endpoint and web-interface to autocomplete(suggest) words

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published