This project developed for an assignment to show development of basic ASP.NET WEP API skills.
.net Core, Db-First, Migration, Ef Core
You will develop a Web API application that will run on the Northwind database. The application should include the following operations related to the category and product.
• Returning the categories' information
• Just return the information of the desired category
• Adding a new category
• Returning the information of the products
• Return only the information of the requested product
• Returning only the information of the products belonging to the desired category
• Adding, deleting and updating products
NOTE: I do not expect you to write a client application that will consume the Web API service. Use tools like Postman to test.
Northwind veritabanı üzerinde çalışacak bir Web API uygulaması geliştireceksiniz. Uygulama kategori ve ürün ile ilgili aşağıdaki işlemleri içermelidir.
• Kategorilerin bilgilerini dönmek
• Sadece istenen kategorinin bilgilerini dönmek
• Yeni kategori eklemek
• Ürünlerin bilgilerini dönmek
• Sadece istenen ürünün bilgilerini dönmek
• Sadece istenen kategoriye ait ürünlerin bilgilerini dönmek
• Ürün eklemek, silmek ve güncellemek
NOT: Web API servisini consume edecek bir client uygulaması yazmanızı beklemiyorum. Test etmek için Postman gibi tool’lar kullanın.