Skip to content

2. Installing and Setting up

Rafał Lorenz edited this page Jul 3, 2021 · 6 revisions

Installation

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

Vendor

Build the module. This will automatically add missing or unconverted dependencies as needed to satisfy imports for this particular build invocation

go build ./...

Quick start

Build docker images for services

make docker-build BIN=auth
make docker-build BIN=migrate
make docker-build BIN=user

Deploy release

make terraform-install
Clone this wiki locally