Open Issues Need Help
View All on GitHub [FEAT] Setup AutoMapper and FluentValidation and configure CQRS structure in Backend module 5 months ago
AI Summary: This GitHub issue aims to integrate AutoMapper and FluentValidation into an existing ASP.NET Core 8 backend. It also requires setting up a basic CQRS (Command Query Responsibility Segregation) structure, adhering to Clean Architecture principles, and includes creating a sample command and handler to verify the complete setup.
Complexity:
3/5
good first issue backend
AI Summary: This issue requests the creation and configuration of a `DbContext` using Entity Framework Core within the `Nobat.Backend.Infrastructure` project. This is necessary to implement database persistence for all entities in the backend.
Complexity:
2/5
good first issue backend