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 buying a product #17

Closed pobiega closed 3 years ago

pobiega commented 3 years ago

Suggested api route is POST api/products/{id}/purchase/ for the MVP you can only purchase 1 product at a time

Child of #4