Skip to content

covid-19-au/covid-19-api-server

Repository files navigation

covid-19-api-server

This repository holds the backend implementation for covid-19-au.github.io. The project is written in Go and primarily uses gRPC for service-to-service communication.

Docker image will be available in future releases.

Contributing

Build Instructions

  • Follow gRPC Quickstart to install dependencies for gRPC and Protobuf.

  • Update Protobuf specifications will require re-compilation. Run protoc -I proto/ proto/*.proto --go_out=plugins=grpc:protogen and generated artifacts will be available under protogen directory.

  • Use go build to build the binary. Follow this document to learn more about additional build options.

Teams

Engineering

Infrastructure

PM

Contact

You can contact us by:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published