No Description

Djordje Lukic 3bb4fe163c Add `docker context create` command 5 years ago
backend 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 years ago
cli 3bb4fe163c Add `docker context create` command 5 years ago
client 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 years ago
containers d166ad82f9 Update copyright date 5 years ago
context 3bb4fe163c Add `docker context create` command 5 years ago
example 244adb77a4 Merge pull request #20 from chris-crone/copyright 5 years ago
scripts e3d62ce74a add protoc-gen-go and remove gogo install 5 years ago
server d166ad82f9 Update copyright date 5 years ago
util 3bb4fe163c Add `docker context create` command 5 years ago
.dockerignore cbfcd5cf64 Add dockerignore 5 years ago
.gitignore fcc7582826 Remove non-project path 5 years ago
Dockerfile 88aef2e4e2 Dockerize build and proto gen 5 years ago
Makefile 3bb4fe163c Add `docker context create` command 5 years ago
README.md bae830a1b1 Add initial backend proto and example 5 years ago
go.mod 3bb4fe163c Add `docker context create` command 5 years ago
go.sum 3bb4fe163c Add `docker context create` command 5 years ago
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install 5 years ago

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