Skip to content

Latest commit

 

History

History
84 lines (71 loc) · 1.56 KB

readme.md

File metadata and controls

84 lines (71 loc) · 1.56 KB

TagUp

Команда k806

Пререквизиты

  • git-lfs/3.0.2
  • Docker version 20.10.6
  • docker-compose version 1.29.1

Запуск

./run_dev

Сервер будет доступен по localhost:8080.

API

Request

GET /tags&query="<query>"

Response

{
    "status":"ok",
    "data":[
    {
        "tag":"сапоги",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"ботинки осенние",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"кроссовки",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"ботинки зимние",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"полусапожки",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"ботинки челси",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"кеды",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"ортопедическая обувь",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"обувь",
        "isRouting":false,
        "ref":""
    },
    {
        "tag":"туфли",
        "isRouting":false,
        "ref":""
    }
]}

Фронт

tagup-frontend