This is a .NET Web API project illustrating the CQRS pattern using MediatR, with SQL Server and Entity Framework Core.
The project demonstrates the implementation of a web API for managing games with the following features:
- CQRS Pattern: Command Query Responsibility Segregation is applied for better separation of concerns.
- MediatR: MediatR is used for handling commands and queries, improving the maintainability of the code.
- Entity Framework Core: The application uses EF Core to interact with a SQL Server database.
- API Endpoints: Includes methods to retrieve all games and add a new game.
-
Prerequisites: Ensure you have .NET SDK and SQL Server installed on your machine.
-
Clone the Repository:
git clone https://github.com/RahulMule/DotNet-WebAPI-CQRS.git