https://github.com/gghcode/go-gin-starterkit
Rest api starterkit with gin
https://github.com/gghcode/go-gin-starterkit
docker go golang microservice rest-api restful-api starter-kit
Last synced: 2 months ago
JSON representation
Rest api starterkit with gin
- Host: GitHub
- URL: https://github.com/gghcode/go-gin-starterkit
- Owner: gghcode
- License: mit
- Created: 2018-10-12T09:46:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T03:27:29.000Z (about 3 years ago)
- Last Synced: 2024-06-21T18:08:52.176Z (almost 2 years ago)
- Topics: docker, go, golang, microservice, rest-api, restful-api, starter-kit
- Language: Go
- Homepage:
- Size: 217 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Gin StarterKit
[](https://circleci.com/gh/gghcode/go-gin-starterkit/tree/master)
[](https://goreportcard.com/report/github.com/gghcode/go-gin-starterkit)
[](https://codecov.io/gh/gghcode/go-gin-starterkit)
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
```