-
-
Notifications
You must be signed in to change notification settings - Fork 137
Home
Rafał Lorenz edited this page Sep 6, 2018
·
20 revisions
In order to run this project you need to have Docker > 1.17.05 for building the production image and Kubernetes cluster > 1.11 for running pods installed.
git clone [email protected]:vardius/go-api-boilerplate.git
Kubernetes deployment are located in ./cmd/BINARY_NAME
directory.
Remember to change all imports from github.com/vardius/go-api-boilerplate/*
to your-repository/*
Repository holds two top-level directories, pkg
and cmd
.
pkg
contains directories for each of bounded context.
cmd
contains directories for each of binaries.