Categorygithub.com/Jhnvlglmlbrt/crud-gin
repositorypackage
0.0.0-20231218202922-4548b3f4df6c
Repository: https://github.com/jhnvlglmlbrt/crud-gin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

⚙️ RESTful CRUD API

❗ Requirements

Поменять под себя данные в config.yaml

💿 Installation

go get 

🪛 How to use?

make run

Queries

/api/tags

  • GET: http://localhost:8080/api/tags

  • GET: http://localhost:8080/api/tags/tagID

  • POST: http://localhost:8080/api/tags

    {
    "name":"C*"
    }
    
  • PATCH: http://localhost:8080/api/tags/tagID

     {
     "name":"C* New"
     }
    
  • DEL: http://localhost:8080/api/tags/tagID