Modular Monolith Architecture with .NET
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Add endpoints for product queries by ID, category, and all
595e337View on GitHubImplement DeleteProduct endpoint with response model and routing
9bfb5eeView on GitHubImplement UpdateProduct endpoint with request and response models
d312705View on GitHubImplement CreateProduct endpoint with request and response models
9009eb2View on GitHubFix project file formatting and ensure consistent package reference indentation
279605dView on GitHubAdd ProductCreated and ProductPriceChanged event handlers with logging
a300418View on GitHubImplement GetProductById feature with query handler and database retrieval logic
e214a52View on GitHubImplement GetProductByCategory feature with query handler and database retrieval logic
8a28e8cView on GitHubImplement GetProducts feature with query handler and database retrieval logic
8f75dbcView on GitHubRefactor namespace for UpdateProduct feature and remove unused DeleteProduct handler
3e95dd7View on GitHubImplement UpdateProduct feature with command handler and database update logic
fa7be2cView on GitHubRefactor product model to use 'Categories' instead of 'Category' and implement CQRS pattern with command and query handlers
edac903View on GitHubAdd domain event interceptor and refactor aggregate interfaces
c324b9cView on GitHub