Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vvelikodny/golang-starter-kit
- Owner: vvelikodny
- License: mit
- Created: 2017-11-13T09:14:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-20T13:52:35.000Z (about 7 years ago)
- Last Synced: 2024-11-22T19:37:55.138Z (3 months ago)
- Topics: bolerplate, deployment, docker, go, golang, kit, makefile
- Language: Makefile
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.