Define and run multi-container applications with Docker
Go to file
Michael Crosby a4b0259456 Add doc.go
The doc.go file in the proto package allows protobuild to find all protobuf
packages in the project and compile the protos.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2020-04-06 10:43:36 -04:00
backend/v1 Add doc.go 2020-04-06 10:43:36 -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