PizzaStore - Minimal API
Using ASP.NET Core, I built an API that handles create, read, update, and delete (CRUD) operations on a table of data. I am planning to build a front-end application that will use this API and store the data in a database for use in the front-end application.