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
If you find this Blogger
valuable and believe in the importance of CQRS, Clean Architecture, Domain-Driven Design, consider showing your support by giving this repository a star!
This repository provides various resources to get you started with building your blog application:
Coming soon
- 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
- Unit Tests (44 Passed)
- Integration Tests (38 Coming)
- Functional Tests (18 Coming)
We welcome contributions to this project! Feel free to open pull requests with improvements, bug fixes, or additional features.
This project is licensed under the MIT License: MIT License.
Feel free to raise any questions or suggestions through GitHub issues.