|
|
5 gadi atpakaļ | |
|---|---|---|
| backend | 5 gadi atpakaļ | |
| client | 5 gadi atpakaļ | |
| cmd | 5 gadi atpakaļ | |
| example | 5 gadi atpakaļ | |
| scripts | 5 gadi atpakaļ | |
| server | 5 gadi atpakaļ | |
| vendor | 5 gadi atpakaļ | |
| .gitignore | 5 gadi atpakaļ | |
| Makefile | 5 gadi atpakaļ | |
| Protobuild.toml | 5 gadi atpakaļ | |
| README.md | 5 gadi atpakaļ | |
| setup-dev.sh | 5 gadi atpakaļ | |
| vendor.conf | 5 gadi atpakaļ |
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