Skip to content

eemredemirci/dotnet5-ef-core-Web-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotnet5-ef-core-Web-API

This project developed for an assignment to show development of basic ASP.NET WEP API skills.

.net Core, Db-First, Migration, Ef Core

Homework Description

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.

Ödev Açıklaması

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.

About

This project developed for an assignment to show development of basic ASP.NET WEP API skills.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages