1 repositorio
Starter project structures that implement specific architectural patterns for rapid application bootstrapping.
Distinct from Clean Architecture Implementations: Focuses on the bootstrapping template itself rather than a general reference implementation of the architecture.
Explore 1 awesome GitHub repository matching software engineering & architecture · Project Templates. Refine with filters or upvote what's useful.
This project is a .NET Clean Architecture template designed to separate domain logic from infrastructure and web frameworks. It provides a project structure for C# applications and a React Redux frontend, creating a testable backend focused on maintainability. The implementation centers on Domain Driven Design, modeling core business domains using entities and value objects to manage complex requirements. It utilizes a decoupled architecture to ensure that business logic remains independent of external frameworks and database technologies. The project covers full stack application bootstrapp
Provides a complete project structure and template to bootstrap a .NET and React application using Clean Architecture.