Sin descripción

Michael Crosby 37591c714b Add base cli and connection logic hace 5 años
backend bae830a1b1 Add initial backend proto and example hace 5 años
client 37591c714b Add base cli and connection logic hace 5 años
cmd 37591c714b Add base cli and connection logic hace 5 años
example 37591c714b Add base cli and connection logic hace 5 años
scripts 2ddab8e424 Fix install-protobuf script for macosx install hace 5 años
server bae830a1b1 Add initial backend proto and example hace 5 años
vendor 9659b5df51 Add *.protos to vendor hace 5 años
.gitignore bae830a1b1 Add initial backend proto and example hace 5 años
Makefile 37591c714b Add base cli and connection logic hace 5 años
Protobuild.toml 5c2febc2d6 Add Protobuild file hace 5 años
README.md bae830a1b1 Add initial backend proto and example hace 5 años
setup-dev.sh 2ddab8e424 Fix install-protobuf script for macosx install hace 5 años
vendor.conf 9659b5df51 Add *.protos to vendor hace 5 años

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