Chapter 4: Understanding the Reference Solution
In the previous chapter, we built a simple full-stack web application that is used to manage products with categories. We've seen a typical flow of developing applications with ABP Framework. You are now ready to create your own application with the basic features. In the next chapters, you will better understand the ABP features and create more advanced applications.
Giving examples with real-world complexities in a book is not very easy. Having reflected on that, we've prepared a complete, real-world reference application built with ABP Framework: EventHub. It is open source and freely available on GitHub.
The EventHub solution is thought of as a live system that is available on openeventhub.com. You can just try it out to explore it. We've established the continuous integration/continuous development (CI/CD) pipelines, and we are updating the website as we develop it and get contributions from the community. Feel...