Summary
This chapter allows you to set up the architecture of your application in a way that is much more understandable, readable and easier to work with. We have seen how to define the architecture’s directories for a server application, but also for a complete application using Angular Universal. With these two examples, you should be able to build your own project in a clearer way.
The next chapter shows how to use testing in Nest.js.