Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.39 KB

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
  • 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)

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.