Skip to content
Rafał Lorenz edited this page Sep 6, 2018 · 20 revisions

Prerequisites

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.

Instalation

git clone git@github.com:vardius/go-api-boilerplate.git

Configuration

Kubernetes deployments are located in ./cmd/BINARY_NAME directory.

Remember to change all imports from github.com/vardius/go-api-boilerplate/* to your-repository/*

Repository structure

Repository holds two top-level directories, pkg and cmd.

pkg contains directories for each of bounded context.

cmd contains directories for each of binaries.

Clone this wiki locally