Repository navigation

#

onion-architecture

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

TypeScript
2495
7 个月前

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

Go
1277
4 小时前

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

Go
742
1 年前

Python DDD & Onion Architecture Example and Techniques

Python
651
3 个月前

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#
591
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#
529
2 年前

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

C#
386
2 个月前

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
283
1 年前

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

TypeScript
277
16 小时前