Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
Onion Architecture GitHub Repositories
Explore popular GitHub repositories tagged “onion-architecture”.
Compare stars, forks, and programming language using the same GitStar view as GitHub Trending.
Trending Repositories
📚 A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
:cyclone: Clean Architecture with .NET6, C#10 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks
React + TypeScript app built using the clean architecture principles in a more functional way.
Go microservice tutorial project using Domain Driven Design and Onion Architecture!
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
Simple API for banking routines using a Clean Architecture in Golang :credit_card: :moneybag: :money_with_wings:
Python DDD & Onion Architecture Example and Techniques
Sample ASP.NET Core 10.0 reference application, powered by Microsoft, demonstrating a domain-centric application architecture with monolithic deployment model.
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
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
The onion architecture, introduced by Jeffrey Palermo, overcomes the issues of the layered architecture with great ease. With Onion Architecture, the game-changer is that the Domain Layer (Entities and Validation Rules that are common to the business case ) is at the Core of the Entire Application. This means higher flexibility and lesser coupling. In this approach, we can see that all the Layers are dependent only on the Core Layers.
A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
Fastify 5 application boilerplate based on clean architecture, domain-driven design, CQRS, functional programming, vertical slice architecture for building production-grade applications 🚀
Onion Routed Micropayments for the Lightning Network
Flutter Architecture inspired by Domain Driven Design, Onion and Clean Architecture
Domain-Driven Design example
Onion Architecture with .NET 6/.NET Core and CQRS/Event Sourcing following a DDD approach
Go/Echo+Templ+Htmx: Full stack application using Golang's Echo framework & Templ templating language with user session management + CRUD to a SQLite database (To Do List) and HTMX in the frontend
Sample .NET 10 API project including Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework with unit and integration tests using xUnit
ContainerNinja is a boilerplate template project to demonstrate building a multi-container Full Stack application with ASP.NET Core (.NET 6) Web API following Clean Architecture, and Angular.
CleanArchitecture Example
Framework for quickly creating enterprise microservices on .NET https://habr.com/ru/company/raiffeisenbank/blog/494830/
Online Role Playing Game (based on Laravel)
Showcasing how the Polysemy library can be used to implement a REST application conforming to the guidelines of the Clean Architecture model.
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
DDD sample implementation by Scala.
Supper clone Clickup 3.0, Follow Clean Architecture + DDD with latest Nextjs
:heart: The simplest Clean Architecture demo on how to implement a Web Api using .NET Core and Entity Framework