go-mysql-rest-api icon indicating copy to clipboard operation
go-mysql-rest-api copied to clipboard

A guide for creating RESTful API with Golang, MySQL and Gin.

Results 2 go-mysql-rest-api issues
Sort by recently updated
recently updated
newest added

One issue I had is to POST the entry to the person table. The POST API call ends with 200 response "{ "message": " successfully created" }" I can see...