-Project Initialization: Setup a .NET Web API project using Clean Architecture layers (API, Core, and Infrastructure).
-Domain Modeling: Define C# entities with appropriate properties.
-Database Setup: Configure DbContext using Entity Framework Core and establish relationships between entities.
-Migrations & Seeding: Execute initial migrations and create a seeding service to populate the database with test data.
-Frontend Integration: Configure CORS policies to allow secure requests from the React client.
-Project Initialization: Setup a .NET Web API project using Clean Architecture layers (API, Core, and Infrastructure).
-Domain Modeling: Define C# entities with appropriate properties.
-Database Setup: Configure DbContext using Entity Framework Core and establish relationships between entities.
-Migrations & Seeding: Execute initial migrations and create a seeding service to populate the database with test data.
-Frontend Integration: Configure CORS policies to allow secure requests from the React client.