Repository navigation

#

onion-architecture

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

TypeScript
2459
3 个月前

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

Go
1225
2 天前

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

Go
721
1 年前
Python
606
2 天前

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#
588
9 个月前

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

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

C#
273
4 天前

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
272
10 个月前

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.

C#
229
2 年前