Define and run multi-container applications with Docker
Go to file
Michael Crosby bae830a1b1 Add initial backend proto and example
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 11:22:34 -04:00
backend/v1 Add initial backend proto and example 2020-04-06 11:22:34 -04:00
client Add initial backend proto and example 2020-04-06 11:22:34 -04:00
example/backend Add initial backend proto and example 2020-04-06 11:22:34 -04:00
scripts/setup Initial commit of makefile and setup scripts 2020-04-06 10:40:40 -04:00
server Add initial backend proto and example 2020-04-06 11:22:34 -04:00
vendor Add *.protos to vendor 2020-04-06 11:22:17 -04:00
.gitignore Add initial backend proto and example 2020-04-06 11:22:34 -04:00
Makefile Add initial backend proto and example 2020-04-06 11:22:34 -04:00
Protobuild.toml Add Protobuild file 2020-04-06 10:42:22 -04:00
README.md Add initial backend proto and example 2020-04-06 11:22:34 -04:00
setup-dev.sh Initial commit of makefile and setup scripts 2020-04-06 10:40:40 -04:00
vendor.conf Add *.protos to vendor 2020-04-06 11:22:17 -04:00

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