onion-architecture
There are 751 repositories under onion-architecture topic.
Sairyss/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
mehdihadeli/awesome-software-architecture
š A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
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
bespoyasov/frontend-clean-architecture
React + TypeScript app built using the clean architectureĀ principles in a more functional way.
MarioCarrion/todo-api-microservice-example
Go microservice tutorial project using Domain Driven Design and Onion Architecture!
Amitpnk/Onion-architecture-ASP.NET-Core
WhiteApp API solution template which is built on Onion Architecture with all essential feature using .NET 8!
GSabadini/go-clean-architecture
Simple API for banking routines using a Clean Architecture in Golang :credit_card: :moneybag: :money_with_wings:
iktakahiro/dddpy
Python DDD & Onion Architecture Example and Techniques
aspnetrun/run-aspnetcore
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 ->
iammukeshm/OnionArchitecture
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.
mehdihadeli/awesome-go-education
A curated list of awesome articles and resources for learning and practicing Go and its related technologies.
lightningnetwork/lightning-onion
Onion Routed Micropayments for the Lightning Network
mhadaily/flutter-architecture-ddd
Flutter Architecture inspired by Domain Driven Design, Onion and Clean Architecture
NimblePros/eShopOnWeb
Sample ASP.NET Core 9.0 reference application, powered by Microsoft, demonstrating a domain-centric application architecture with monolithic deployment model.
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
marcoturi/fastify-boilerplate
Fastify 5 application boilerplate based on clean architecture, domain-driven design, CQRS, functional programming, vertical slice architecture for building production-grade applications š
emarifer/go-echo-templ-htmx
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
ivan-borovets/fastapi-clean-example
Framework-agnostic backend example using FastAPI. Implements Clean Architecture and CQRS with DDD-inspired patterns, featuring DIP (low coupling), DI (no globals), contextual RBAC, and session-based auth (cookies)
mp911de/CleanArchitecture
CleanArchitecture Example
referbruv/ContainerNinja.CleanArchitecture
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.
Raiffeisen-DGTL/ViennaNET
Framework for quickly creating enterprise microservices on .NET https://habr.com/ru/company/raiffeisenbank/blog/494830/
alex289/CleanArchitecture
Sample .NET 9 API project including Clean Architecture principles, Onion Architecture, MediatR, and Entity Framework with unit and integration tests using xUnit
mchekin/rpg
Online Role Playing Game (based on Laravel)
thma/PolysemyCleanArchitecture
Showcasing how the Polysemy library can be used to implement a REST application conforming to the guidelines of the Clean Architecture model.
CanerPatir/aspnet-core-clean-arch
It is a clean architecture project template which is based on hexagonal-architecture principles built with .Net core.
crossroad0201/ddd-on-scala
DDD sample implementation by Scala.
ivanpaulovich/clean-architecture-webapi-ef-core
:heart: The simplest Clean Architecture demo on how to implement a Web Api using .NET Core and Entity Framework
techmely/tickup
Supper clone Clickup 3.0, Follow Clean Architecture + DDD with latest Nextjs
NilavPatel/dotnet-onion-architecture
.Net onion/clean architecture sample
hoodietramp/capNcook
capNcook - a dark web exploration tool
Adnatull/.NET-Clean-Architecture
Clean Architecture in ASP.Net 9.0. This contains Onion/Hexagonal architecture, DDD, CQRS using mediaTr, Unit Testing, Functional Testing, ASP.NET Core Identity, Entity Framework Core - Code First, Linq2db, Repository Pattern - Generic, Swagger UI, Response Wrappers, API Versioning, Automapper, Serilog, Exception handling, and so on.
dontnod/web-app-starter
Boilerplate for a web application with React and .Net Core using Azure (MSAL) for the authentication
VladislavAntonyuk/.NET-Templates
.NET Templates like Cross-platform Onion Architecture app