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
- Gorm (Create Table with raw sql): mint/db.go
- Gorm insert/update/delete/select