In this chapter, we used the OpenAPI specification format to document our API and used Swagger UI to transfer that specification into a user-friendly web page.
This concludes the work we need to do for our back-end code. In the next chapter, we will build the front-end user interface that will interact with our API.