-
-
Notifications
You must be signed in to change notification settings - Fork 139
Home
Rafał Lorenz edited this page Jan 30, 2019
·
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 git@github.com:vardius/go-api-boilerplate.git
Remember to change all imports from github.com/vardius/go-api-boilerplate/*
to your-repository/*
Repository holds three top-level directories, pkg
and cmd
.
pkg
contains common shared code base.
cmd
contains directories for each of binaries and bounded context.
helm
contains helm charts for kubernetes deployments.