API end point with web based interface for searching review from data set of ~60k reviews. You can find the live demo here or for the rest api, here.
Clone this repo
$ git clone https://github.com/shubham-shrivastava/tasty_search.git
Now create the virtualenv of Python3.6 using
$ virtualenv my_env
OR if using conda
$ conda create --name my_env python=3
Now install requirements using pip and run the server
$ pip install -r requirements.txt
$ python manage.py runserver
Your application will now be running at localhost.
- Django
- Django-Rest
- 1 User: 13ms average for 10k sample queries
- 5 User: 20ms average for 10k sample queries
The loadtest result were recorded on localhost.