项目作者: imran1234567

项目描述 :
FULL THROTTLE LAB PROJECT
高级语言: CSS
项目地址: git://github.com/imran1234567/fullthrottlelabsproj.git
创建时间: 2019-11-06T06:42:34Z
项目社区:https://github.com/imran1234567/fullthrottlelabsproj

开源协议:MIT License

下载


fullthrottlelabsproj

Fuzzy Search

This package provides REST APIs with support for fuzzy (approximate) full-text searching. This allows searching for results with unknown exact contents, as well as searches with spelling mistakes. The returned results are ranked and may be ordered by similarity.


Requirements



  • Django==2.2.7

  • djangorestframework==3.10.3

  • django-filter==2.2.0

  • psycopg2==2.8.4

  • whitenoise==4.1.4


Instruction


1.Create your Virtual enviorment and activate it

2.Clone the repository

3.Do (pip install requirements.txt)

4.Migrate into database(python manage.py migrate)


Api Link :- https://fullthrottlelabsproj.herokuapp.com/api/search/

Website Url: https://fullthrottlelabsproj.herokuapp.com/

Imran Project for Full Throttle Labs