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
- Xcode 11+
- macOS/Linux
We are also assuming that you have worked through the previous chapters and know how to write a Vapor microservice. All the code in this chapter will run the same on macOS and Linux.
The GitHub URL for this chapter: https://github.com/PacktPublishing/Hands-On-Swift-5-Microservices-Development/tree/master/Chapter 12.