Skip to content

wirapratamaz/H8FGA-MyGRAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

H8FGA : Scalable Web Service With Golang Final Project

Library :

1. gin-gonic
gin-gonic
go get -u github.com/gin-gonic/gin
go get golang.org/x/crypto
2. postgres
go get -u github.com/lib/pq
go get gorm.io/driver/postgres
3. gorm
go get -u gorm.io/gorm
4. swagger
swagger
go get -u github.com/swaggo/swag/cmd/swag
go get -u github.com/swaggo/swag/http-swagger
go get -u github.com/alecthomas/template

Running Local:

go run main.go

Running Swagger:

localhost:8080/swagger/index.html#/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages