gorm-gin-with-mysql
gorm-gin-with-mysql copied to clipboard
Golang : Use gorm with mysql in gin
Golang : Use gorm with mysql in gin
This repository guides to how ORM can be implemented in Golang. After cloning the code, follow below steps to let the project run on your system.
-
Run
go build main.go -
Run
go run main.go
After running the commands, you can find server started on 8080 .