Technical requirements
You will need to install or have installed the following software to run the application or try the examples:
- The Go programming language version 1.18+
- Docker
The code for this chapter can be found at https://github.com/PacktPublishing/Event-Driven-Architecture-in-Golang/tree/main/Chapter05. Several modules in addition to the Ordering module used in the previous chapter have been updated to use domain events. In this chapter, we will be working in the Store Management module, namely /stores
.