Skip to content

Go REST API learning project with Gin, Gorm and Swagger

Notifications You must be signed in to change notification settings

bmeijwaard/go_learn_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_learning_project

install:

go get -u github.com/gin-gonic/gin
go get -u github.com/jinzhu/gorm
go get -u github.com/swaggo/swag/cmd/swag
go get -u github.com/swaggo/gin-swagger
go get -u github.com/swaggo/gin-swagger/swaggerFiles

create file "conf.json" in the root of the project for the database settings:

{
    "Server": "",
    "Port": 1433,
    "User": "",
    "Pass": "",
    "Database": ""
}

About

Go REST API learning project with Gin, Gorm and Swagger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages