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)