Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 557 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 557 Bytes

Promotion Service

This folder contains code related to the promotion service. It is organized as follows:

  • Client: Contains a client service that calls the product service to perform multiple operations
  • Proto: Proto buffer messages and services definitions
  • Server: Product service

Additionally, this folder contains the following files:

  • docker-compose.env: Environment variables required to run the service when running the service
  • docker-compose-cli.env: Environment variable required to run the client when running the service