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