visuddhinanda eedfb2b735 Merge branch 'master' of https://github.com/iapt-platform/mint 4 лет назад
..
mint 13ce3b4c5e :fire: remove db.go 4 лет назад
README.md 63709d4787 :fire: giveup gorm 4 лет назад
go.mod eedfb2b735 Merge branch 'master' of https://github.com/iapt-platform/mint 4 лет назад
go.sum eedfb2b735 Merge branch 'master' of https://github.com/iapt-platform/mint 4 лет назад
main.go 63709d4787 :fire: giveup gorm 4 лет назад

README.md

USAGE

# Install third dependices
go mod tidy
# start http server
go run .

Documents

SOP

  • Gin: Using GET, POST, PUT, PATCH, DELETE
  • Gin: Parameters in path
  • Gin: Querystring parameters
  • Gin: Model binding and validation
  • Pg: Quickstart(ingore createSchema)