Skip to content
Rafał Lorenz edited this page Jan 30, 2019 · 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

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

Repository structure

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.

Clone this wiki locally