Skip to content

This project provides a RESTful API for product management. Developed using C# and .NET Core, it offers basic CRUD functionalities for adding, updating, deleting, and listing products. The database integration is done with Entity Framework Core and SQL Server, and the API is documented using Swagger.

Notifications You must be signed in to change notification settings

Melekdmr/Product_Web_Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project provides a RESTful API for product management. Developed using C# and .NET Core, it offers basic CRUD functionalities for adding, updating, deleting, and listing products. The database integration is done with Entity Framework Core and SQL Server, and the API is documented using Swagger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages