Skip to content

k806house/tagup-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages