ASP.NET Project Showcase is a meta-repository showcasing several systems built up with C# ASP.NET. They are:
API backend + Non-Presistent storage + File Storage(SQLite)
- Allow user to do different operation with Swagger UI and API. Operations include
- Get pizza inventory and inventory list store
- Add pizza inventory
- Delete pizza in inventory for pizza served
- Modify pizza attribute in inventory {All attribute are editable}
- Pizza will have following attributes
- Pizza Name
- Is Glucan Free or not {True, False}
- Pizza Size {Small, Medium, Large}
- Price {Numbers}
- Pizza Source (Custom Data Structure)
- Pizza Toppings (Custom Data Structure)
- Pizza Sauces will have following attributes
- Sauce Name
- Is Vegitables or not
- Pizza Toppings will have following attributes
- Topping Name
- Calories
UI + backend + Non-Presistent storage
- Allow user to do different operation with web UI, operations are
- Get pizza inventory store
- Add pizza inventory with following attributes
- Delete pizza in inventory for pizza served
- Modify pizza attribute in inventory {All attribute are editable}
- Pizza will have following attributes
- Pizza Name
- Is Glucan Free or not {True, False}
- Pizza Size {Small, Medium, Large}
- Price {Numbers}