The discount service provides the bounded context Discount. It is responsible for managing discounts, coupons, and their usages by users.
Detailed information about the discount service can be found in the documentation.
A development version of the discount service can be started using docker compose:
docker-compose -f docker-compose.dev.yml up --buildA GraphiQL interface is available at http://localhost:8080/graphiql to interact with the service.
Note
Running the service locally through the IDE is neither recommended nor supported.