|
|
il y a 5 ans | |
|---|---|---|
| azure | il y a 5 ans | |
| backend | il y a 5 ans | |
| cli | il y a 5 ans | |
| client | il y a 5 ans | |
| compose | il y a 5 ans | |
| containers | il y a 5 ans | |
| context | il y a 5 ans | |
| example | il y a 5 ans | |
| scripts | il y a 5 ans | |
| server | il y a 5 ans | |
| util | il y a 5 ans | |
| .dockerignore | il y a 5 ans | |
| .gitignore | il y a 5 ans | |
| Dockerfile | il y a 5 ans | |
| Makefile | il y a 5 ans | |
| README.md | il y a 5 ans | |
| consts.go | il y a 5 ans | |
| go.mod | il y a 5 ans | |
| go.sum | il y a 5 ans | |
| setup-dev.sh | il y a 5 ans |
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.
> make
The example backend code is located in /example/backend.
Build the service with the resulting binary placed in the /bin directory.
> make example