hexagonal-architecture
There are 1866 repositories under hexagonal-architecture topic.
Sairyss/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
ThreeDotsLabs/wild-workouts-go-ddd-example
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.
ddd-by-examples/library
A comprehensive Domain-Driven Design example with problem space strategic analysis and various tactical patterns.
ivanpaulovich/clean-architecture-manga
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
CodelyTV/php-ddd-example
🐘🎯 Hexagonal Architecture + DDD + CQRS in PHP using Symfony 7
joebew42/study-path
A curated, open, and ever-evolving learning path focused on practices of software development, principles of software design, and software architecture.
igorescodro/alkaa
Kotlin multiplatform app to manage your tasks
CodelyTV/typescript-ddd-example
🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns
bitloops/ddd-hexagonal-cqrs-es-eda
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! ⭐ ^^^
banq/jdonframework
Domain-Driven-Design Pub/Sub Domain-Events framework
desenvolvedor-io/dev-store
A microservices e-commerce reference application built with ASP.NET 9
uber/h3-py
Python bindings for H3, a hierarchical hexagonal geospatial indexing system
GSabadini/go-clean-architecture
Simple API for banking routines using a Clean Architecture in Golang :credit_card: :moneybag: :money_with_wings:
gbrayhan/microservices-go
Golang Microservice Boilerplate using PSQL, Docker and Cucumber, API REST. Gin Go and GORM with pagination and implementation of a Clean Architecture.
hexagontk/hexagon
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.
andreschaffer/event-sourcing-cqrs-examples
Event Sourcing and CQRS in practice.
banq/jivejdon
Jivejdon is a Domain Driven Design appication with CQRS/ES/Clean/Hexagonal architecture
borjapazr/express-typescript-skeleton
🔰🦸 Template to start developing a REST API with Node.js (Express), TypeScript, Ts.ED, ESLint, Prettier, Husky, Prisma, etc.
Enforcer/clean-architecture
Example project showing off clean/hexagonal architecture concepts in Python
seed4j/seed4j
Seed4J 🌱 is a modular code generator with clean architecture :gem:
err0r500/go-realworld-clean
a clean architecture implementation of the realworldapp : https://github.com/gothinkster/realworld
juanm4/hexagonal-architecture-frontend
How to implement Hexagonal architecture in frontend (Javascript/Typescript)
0xTheProDev/fastapi-clean-example
Clean Architecture Example using FastAPI framework
Avanade/Liquid-Application-Framework
Liquid Application Framework documentation, useful links and sample project
ddd-by-examples/event-source-cqrs-sample
Sample ES/CQRS application
ivanpaulovich/hexagonal-architecture-acerola
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.
CodelyTV/typescript-ddd-skeleton
🔷✨ TypeScript DDD Skeleton: Bootstrap your new TypeScript project applying Hexagonal Architecture and Domain-Driven Design patterns
itlibrium/DDD-starter-dotnet
Sample implementation and comparison of various approaches to building DDD applications. Useful as a baseline to quickly start a DDD dot net project.
ttulka/ddd-example-ecommerce
Domain-driven design example in Java with Spring framework
mtarld/apip-ddd
An example of hexagonal API Platform 3 implementation
draphyz/DDD
Domain-Driven Design example
pereiren/dotnet-template-onion
Onion Architecture with .NET 6/.NET Core and CQRS/Event Sourcing following a DDD approach
anton-liauchuk/educational-platform
Modular Monolith Java application with DDD
ESchouten/CleanArchitecture
Kotlin backend based on the Clean Architecture principles. Ktor, JWT, Exposed, Flyway, OpenAPI/REST & KGraphQL/GraphQL generated endpoints, Gradle.
bagashiz/go-pos
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.
CodelyTV/eslint-plugin-hexagonal-architecture
A plugin that helps you to enforce hexagonal architecture best practises