Repository navigation

#

onion-architecture

React + TypeScript app built using the clean architecture principles in a more functional way.

TypeScript
2519
8 个月前

Go microservice tutorial project using Domain Driven Design and Onion Architecture!

Go
1294
5 天前

Simple API for banking routines using a Clean Architecture in Golang 💳 💰 💸

Go
746
2 年前

Python DDD & Onion Architecture Example and Techniques

Python
662
4 个月前

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 ->

C#
593
1 年前

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.

C#
533
2 年前

Sample ASP.NET Core 9.0 reference application, powered by Microsoft, demonstrating a domain-centric application architecture with monolithic deployment model.

C#
410
1 个月前

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)

Python
300
3 天前

Fastify 5 application boilerplate based on clean architecture, domain-driven design, CQRS, functional programming, vertical slice architecture for building production-grade applications 🚀

TypeScript
300
18 小时前

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

Go
285
1 年前