This is it. You made it to the final chapter. You experienced firsthand what it takes to write a RESTful API in Node. You’ve gone over the theory. You learned what REST actually stands for and how to use it to develop a good and useful API.
In this chapter, I’ll cover some of the things that can go wrong during the process and some of the considerations you have to take into account, such as the following:
Asynchronous programming. I’ll take one final shot at this subject, explaining how it was used in our code.
Minor details about the Swagger UI configuration. Sometimes the documentation ...