This repository contains the core business logic and domain models for the Blog API service. It serves as the foundation for managing blog-related operations, including posts, comments, and user interactions.
- Domain models and entities
- Business logic implementation
- Service layer interfaces
- Core utilities and helpers
The core module is designed to be framework-agnostic, allowing for clean separation of concerns and making it easier to maintain, test, and evolve the business logic independently of the delivery mechanism or infrastructure details.