Categorygithub.com/dhrumeelmodi/crudapi-in-golang-using-gin-web-framework
modulepackage
0.0.0-20240411054759-bdf798a3e223
Repository: https://github.com/dhrumeelmodi/crudapi-in-golang-using-gin-web-framework.git
Documentation: pkg.go.dev

# README

CRUDAPI-in-GOLANG-using-Gin-Web-Framework

Created API in GOLANG using Gin Web Framework which contain GET,POST,PUT,DELETE Methods.

first create main.go file and than in terminal.

go mod init main

go mod tidy

and import

go get -u "gorm.io/gorm"

go get -u "github.com/gin-gonic/gin"

go get -u "gorm.io/driver/sqlserver" //as per your Database

https://gorm.io/docs/connecting_to_the_database.html

# Packages

No description provided by the author
No description provided by the author