Define and run multi-container applications with Docker
Go to file
Michael Crosby b1c9da0d17 Add initial backend.proto
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 10:52:35 -04:00
backend/v1 Add initial backend.proto 2020-04-06 10:52:35 -04:00
scripts/setup Initial commit of makefile and setup scripts 2020-04-06 10:40:40 -04:00
Makefile Initial commit of makefile and setup scripts 2020-04-06 10:40:40 -04:00
Protobuild.toml Add Protobuild file 2020-04-06 10:42:22 -04:00
README.md Add doc.go 2020-04-06 10:43:36 -04:00
setup-dev.sh Initial commit of makefile and setup scripts 2020-04-06 10:40:40 -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