
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.
Codetalk is an example application that implements Domain-Driven Design (DDD) and Hexagonal Architecture. It allows users to create talks, events, and speakers, and enables speakers to propose talks that can be reviewed and approved or rejected by event organizers.
yarn install.docker-compose up -d.yarn build.yarn initialize:db.yarn start:dev.http://localhost:3000.Codetalk is an example application that demonstrates the implementation of Domain-Driven Design (DDD) and Hexagonal Architecture. It provides features for creating talks, events, and speakers, with a workflow that allows event organizers to review and approve or reject proposed talks. The project is written in TypeScript and uses technologies such as Node.js, NestJS, and Docker. The code is organized according to the principles of Hexagonal Architecture, with clear separation between the domain, use cases (application), and infrastructure components.
