Sen descrición

Djordje Lukic e6597d6139 Don't cd into a directory before building %!s(int64=5) %!d(string=hai) anos
backend 244adb77a4 Merge pull request #20 from chris-crone/copyright %!s(int64=5) %!d(string=hai) anos
cli e6597d6139 Don't cd into a directory before building %!s(int64=5) %!d(string=hai) anos
client 244adb77a4 Merge pull request #20 from chris-crone/copyright %!s(int64=5) %!d(string=hai) anos
containers d166ad82f9 Update copyright date %!s(int64=5) %!d(string=hai) anos
context e6597d6139 Don't cd into a directory before building %!s(int64=5) %!d(string=hai) anos
example 244adb77a4 Merge pull request #20 from chris-crone/copyright %!s(int64=5) %!d(string=hai) anos
scripts e3d62ce74a add protoc-gen-go and remove gogo install %!s(int64=5) %!d(string=hai) anos
server d166ad82f9 Update copyright date %!s(int64=5) %!d(string=hai) anos
util 3bb4fe163c Add `docker context create` command %!s(int64=5) %!d(string=hai) anos
.dockerignore cbfcd5cf64 Add dockerignore %!s(int64=5) %!d(string=hai) anos
.gitignore fcc7582826 Remove non-project path %!s(int64=5) %!d(string=hai) anos
Dockerfile cdff00d571 Run tests inside a container %!s(int64=5) %!d(string=hai) anos
Makefile e6597d6139 Don't cd into a directory before building %!s(int64=5) %!d(string=hai) anos
README.md bae830a1b1 Add initial backend proto and example %!s(int64=5) %!d(string=hai) anos
go.mod 756836ffab Use testify/suite and testify/require %!s(int64=5) %!d(string=hai) anos
go.sum 756836ffab Use testify/suite and testify/require %!s(int64=5) %!d(string=hai) anos
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install %!s(int64=5) %!d(string=hai) anos

README.md

Docker API

Dev Setup

To setup a development machine to update the API protobufs, first run the ./setup-dev.sh script to install the correct version of protobufs on your system and get the protobuild binary.

Building the API Project

> make

Build the example backend

The example backend code is located in /example/backend. Build the service with the resulting binary placed in the /bin directory.

> make example