Blogger
Blogger copied to clipboard
Clean Architecture, CQRS, and DDD Implementation by ASP.NET Core Blog problem domain.
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
- [x] 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
- [x] Unit Tests (44 Passed)
- [x] Integration Tests (38 Coming)
- [ ] Functional Tests (18 Coming)
Data Model
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.