1be5c7848f | ||
---|---|---|
.circleci | ||
.github/workflows | ||
docker | ||
src | ||
test | ||
.env.example | ||
.gitignore | ||
.golangci.yml | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Api-Go-Example
Api example in Go with go-gonic, gorm and testify
Before Usage
- Create
.env
and.env.testing
from.env.example
- Launch
postgresql
and create databaseDB_NAME
in.env
or/and.env.testing
Usage
- For functional test
go test -v ./test/functional/*.go
- For unit test
go test -v ./test/unit/*.go
- For launch server
go run main.go
Technology
- Go
- Gin-Gonic
- Gorm
- CORS
- Testify
- GolintCI-Lint