This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to support scalable server-side development. It provides a structured environment for building applications that require secure user authentication, role-based access control, and interactive data collection workflows. The framework distinguishes itself by enforcing a strict separation of business logic from infrastructure concerns through a layered design and dependency injection. It utilizes a schema-first approach to expose application functionality simultaneously through REST
This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for implementing domain-driven design and clean architecture patterns. It provides a structured environment for community discussion, enabling users to register, authenticate, and engage in moderated conversations across organized topic categories. The platform distinguishes itself by strictly separating core business logic from infrastructure concerns. By utilizing a layered hexagonal architecture and the repository pattern, the codebase isolates business rules from external frameworks a
A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to iOS and Mac projects. CleanStore demonstrates Clean Swift by implementing the create order use case described by in Uncle Bob's talks.
This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes software into distinct layers to decouple business rules from external frameworks, user interfaces, and infrastructure to improve testability and maintenance. The template incorporates Domain Driven Design to isolate core business logic and utilizes a modular application structure to divide features into independent modules. It employs the Coordinator pattern to remove routing logic from view controllers and a dependency injection framework to ensure components remain independent and
Principalele funcționalități ale emrcftci/cleanswiftarchitecturegenerator sunt: Clean Architecture.
Alternativele open-source pentru emrcftci/cleanswiftarchitecturegenerator includ: rmanguinho/clean-ts-api — This project is a backend framework built with TypeScript that implements clean architecture and SOLID principles to… stemmlerjs/ddd-forum — This project is a full-stack forum platform built with TypeScript that serves as a reference architecture for… clean-swift/cleanstore — A sample iOS app built using the Clean Swift architecture. Clean Swift is Uncle Bob's Clean Architecture applied to… sergdort/cleanarchitecturerxswift — This project is a Swift iOS architecture template that implements the Clean Architecture pattern. It organizes… tiagomartinho/reminders.