Skip to content

The implementation of Domain-Driven Design (DDD), Clean Architecture, and Command Query Responsibility Segregation (CQRS) on the Blog problem domain is underway.

License

Notifications You must be signed in to change notification settings

naderjavid/Blogger

 
 

Repository files navigation

ASP.NET Core Blog Engine

This document serves as a guide for building a blog application using Clean Architecture and Domain-Driven Design (DDD) software design approach In ASP.NET Core 8.

Tip

Here you can see UI for this api project, Blogger.UI

Give a Star! ⭐

If you find this Blogger valuable and believe in the importance of CQRD, Clean Architecture, Domain-Driven Design, consider showing your support by giving this repository a star!

Getting Started

This repository provides various resources to get you started with building your blog application:

Cooming soon

Index

  • Problem domain:
  • Ubiquitous Language
  • Domain objects
  • Data Model
  • Aggregates
  • Repository
  • Factory
  • Strongly-typed IDs
  • Domain Events
  • Clean Architecture
  • Setting up our domain objects
  • Setting up usescases
  • Persist data by using EF Core
  • Expose our features

Tests

  • Unit Tests (44 Passed)
  • Unit Tests (38 Coming)
  • Functional Tests (18 Coming)

Data Model

image

Contributing

We welcome contributions to this project! Feel free to open pull requests with improvements, bug fixes, or additional features.

License

This project is licensed under the MIT License: MIT License.

Stay Connected

Feel free to raise any questions or suggestions through GitHub issues.

About

The implementation of Domain-Driven Design (DDD), Clean Architecture, and Command Query Responsibility Segregation (CQRS) on the Blog problem domain is underway.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Dockerfile 0.4%