Product Web API This project is a Web API designed for managing products. It enables users to perform CRUD (Create, Read, Update, Delete) operations on product data. The application is integrated with a SQL Server database using Entity Framework for seamless data management.
Migration operations allow the database structure to be updated dynamically, facilitating effective data handling.
Features
1.Create, view, update, and delete products.
2.Database migrations.
3.Swagger support for API interaction.