You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Codetalk is an example application that implements Domain-Driven Design (DDD) and Hexagonal Architecture. It provides the ability to create talks, events, and speakers, and enables speakers to propose talks that can be reviewed by event organizers and approved or rejected.
This is the REST API backend for the software development subject at UCAB college, in which we created a RESTful API for an e-commerce application. We used the design patterns of domain-driven design, including aspect-oriented programming (AOP), and followed the theoretical aspects of Scott Millett, Mark Seemann, and Uncle Bob.