Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vvelikodny/golang-starter-kit

Minimal Golang boilerplate project with deploy scripts.
https://github.com/vvelikodny/golang-starter-kit

bolerplate deployment docker go golang kit makefile

Last synced: 20 days ago
JSON representation

Minimal Golang boilerplate project with deploy scripts.

Awesome Lists containing this project

README

        

# Golang Bolerplate
It's minimal golang bolerplate project with Docker scripts.

# Getting start

Clone the repo:
```
$ git clone [email protected]:vvelikodny/golang-starter-kit.git $GOPATH/github.com//
$ cd $GOPATH/github.com//
```

Build:
```
make
```

Run Docker container with application:
```
make docker-run
```
# License
MIT License, please see [LICENSE](https://github.com/vvelikodny/golang-starter-kit/blob/master/LICENSE) for details.