Skip to content

zacscoding/go-rest-template

Repository files navigation

Go Rest API Base Template

Golang REST API Template/Boilerplate with Gin/Gorm/Fx.

Run with docker

$ make compose.local.up

Check .http files for tests in sample.http

Tests

# Clean test cache, Run go tests and build
$ make tests

Lint

# Run golangci-lint
$ make lint

Build

$ make build
$ tree ./build/bin                                       
./build/bin
└── apiserver

Release

$ make release
# $ make release.local  # for local tests
# $ make release.dry    # for dry run

Relocate project

; TBD

About

REST API Template/Boilerplate for Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published