Code2Gether-Discord / Congo

Generic web store learning project that consists of three ASP.NET Core projects
https://code2gether-congo.azurewebsites.net/
11 stars 2 forks source link

Add controller/action for adding a new product #18

Closed pobiega closed 3 years ago

pobiega commented 3 years ago

Suggested api route is POST api/seller/products.

Should use a DTO and be validated before adding to database.

Child of #5 and #15.