This section covers what you will need to have running on your machine so that you can write this microservice. The following components need to be installed:
- Vapor Toolbox
- Swift 5.2+
- Xcode 11+
- Docker
- macOS/Linux
We are also assuming that you have worked through the previous chapters. All code in this chapter will run alike under macOS and Linux.
The GitHub URL for this chapter is https://github.com/PacktPublishing/Hands-On-Swift-5-Microservices-Development/tree/master/Chapter 5.