/go-gin-starterkit

Rest api starterkit with gin

Primary LanguageGoMIT LicenseMIT

Go Gin StarterKit

CircleCI Go Report Card codecov

This project provides starter of REST API using gin.

Running Application

$ go run .

Building Application

$ go build -v
$ ./go-gin-starterkit

Running unit test

$ make unit

Running integration test

  • you will need docker.
$ make integration