There are 145 repositories under hexagonal-architecture topic.
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
A curated, open, and ever-evolving learning path focused on practices of software development, principles of software design, and software architecture.
Kotlin multiplatform app to manage your tasks
🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
Complete working example of using Domain Driven Design (DDD), Hexagonal Architecture, CQRS, Event Sourcing (ES), Event Driven Architecture (EDA), Behaviour Driven Development (BDD) using TypeScript and NestJS. Like what you see? Don't forget to star! ⭐ ^^^
Domain-Driven-Design Pub/Sub Domain-Events framework
A microservices e-commerce reference application built with ASP.NET 9
Simple API for banking routines using a Clean Architecture in Golang :credit_card: :moneybag: :money_with_wings:
Golang Microservice Boilerplate using PSQL, Docker and Cucumber, API REST. Gin Go and GORM with pagination and implementation of a Clean Architecture.
Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications or APIs) that run inside a cloud platform.
Event Sourcing and CQRS in practice.
🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, Ts.ED, ESLint, Prettier, Husky, Prisma, etc.
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
Example project showing off clean/hexagonal architecture concepts in Python
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
How to implement Hexagonal architecture in frontend (Javascript/Typescript)
Clean Architecture Example using FastAPI framework
Liquid Application Framework documentation, useful links and sample project
Sample ES/CQRS application
An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
🔷✨ TypeScript DDD Skeleton: Bootstrap your new TypeScript project applying Hexagonal Architecture and Domain-Driven Design patterns
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
Domain-driven design example in Java with Spring framework
Onion Architecture with .NET 6/.NET Core and CQRS/Event Sourcing following a DDD approach
Modular Monolith Java application with DDD
Practical Clean Architecture backend example built with FastAPI. No stateful globals (DI), low coupling (DIP), tactical DDD, CQRS, proper UoW usage. REST API, per-route error handling, session-based auth, contextual RBAC. Bundled with extensive docs and modern tooling
Kotlin backend based on the Clean Architecture principles. Ktor, JWT, Exposed, Flyway, OpenAPI/REST & KGraphQL/GraphQL generated endpoints, Gradle.
Simple RESTful Point of Sale (POS) Service API written in Go using Gin web framework, PostgreSQL database, and Redis cache. Proof of concept of implementing Hexagonal Architecture in Go.