seed4j /
seed4j
Seed4J is a modular code generator with clean architecture
82/100 healthLoading repository data…
thalessarubbi / repository
A clean, modular forum API built with TypeScript, applying Domain-Driven Design (DDD) and Clean Architecture principles. This project demonstrates best practices for structuring scalable backend applications, including value objects, entities, repositories, use cases, domain events, and comprehensive unit testing.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project showcases the application of Domain-Driven Design (DDD) and Clean Architecture principles in building a REST API for a forum application.
This repository demonstrates how to:
clean-ddd/
├── src/
│ ├── core/ # Core DDD building blocks (entities, value objects, events, errors, types)
│ ├── domain/ # Domain logic, subdomains, and application use cases
│ │ ├── forum/ # Forum subdomain (entities, use cases, repositories, events)
│ │ └── notification/ # Notification subdomain (entities, use cases, subscribers)
├── test/ # Unit tests and test utilities
├── package.json # Project dependencies and scripts
├── tsconfig.json # TypeScript configuration
└── README.md # Project documentation
git clone https://github.com/thalessarubbi/clean-ddd.git
cd clean-ddd
npm install
npm test
This project is for demonstration and educational purposes.
Selected from shared topics, language and repository description—not editorial ratings.
seed4j /
Seed4J is a modular code generator with clean architecture
82/100 healthCollatzConjecture /
A modular NestJS boilerplate with CQRS, Event Sourcing, DDD, Clean Architecture, and MongoDB. Built-in observability with Prometheus & Grafana, API docs via Swagger, and Dockerized deployment. Ideal for scalable, maintainable applications.
81/100 healthHazrat-Ali9 /
🍔 Bid 🍟 Ecommerce 🍘Backend 🥙 is a robust 🍏 and scalable 🍎 backend 🥬 system 🍑 designed 🦋 an innovative 🐳 e commerce 🐊 platform 🦫 where users can 🐸 buy sell and bid 🪲 on products in real 🪰 time Built with 🦜 modular architecture 🐲 and clean code 🐯 principles this backend 🦧 ensures security performance 🦬 and seamless API integration
61/100 healthCollatzConjecture /
A modular NestJS boilerplate with CQRS, Event Sourcing, DDD, Clean Architecture, and Postgres. Built-in observability with Prometheus & Grafana, API docs via Swagger, and Dockerized deployment. Ideal for scalable, maintainable applications.
80/100 healthA scalable backend starter template using Node.js, Express, TypeScript, Prisma, and PostgreSQL. Features include modular architecture, JWT authentication, role-based access control, Yup validation, and centralized error handling. Designed for clean, maintainable, and production-ready applications.
66/100 healthMuradIsazade777 /
FormForge is a modular TypeScript-based form engine that dynamically renders and validates forms using JSON configuration. Designed for CLI environments and backend workflows, it offers clean architecture, strict typing, and customizable validation logic — all without UI dependencies.
43/100 health