This project provides autocomplete or search suggestions functionality in Django search. It allows users to search and get suggestions as they type.
- Autocomplete as you type search suggestions
- Search using API
- Built with Django framework
- Uses Python Faker library to generate sample search data
- Python
- Django
- JavaScript
- HTML/CSS
This project implements a REST API using Django REST Framework to provide search suggestions.
Built using the Django web framework for Python. Leverages Django features like models, views, forms.
Provides autocomplete as the user types in the search box using JavaScript.
Returns relevant search suggestions based on terms typed by the user from mocked or real search data.
Manages autocompletion and displaying of suggestions using JavaScript.
Populates mock search data using the Python Faker library for testing purposes.
- Install requirements
- Make migrations
- Run server
- Navigate to /search-autocomplete endpoint
Feel free to reach out if you have any other questions!