Skip to content

Latest commit

 

History

History

golf_service

Golf Service - C++ Implementation

This directory contains the core C++ implementation of the golf service. It provides the backend functionality for golf game management and scoring.

Related Projects

This service is part of a larger golf application ecosystem. Related components can be found in:

Features

  • Golf game management
  • Player scoring
  • Course management
  • Game state persistence

Building

This project uses Bazel for building:

bazel build //cpp/golf_service:...

Testing

bazel test //cpp/golf_service:...

Protocol Buffers

This service uses protocol buffers for data serialization and gRPC communication. The proto definitions can be found in the protos directory.

IDE Support

For optimal development experience, use CLion with the Bazel plugin or VSCode with the compile commands extractor as described in the main README.