Skip to content

alantsui5/dotnetProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Project Showcase

Project Image

ASP.NET Project Showcase is a meta-repository showcasing several systems built up with C# ASP.NET. They are:

  1. Pizza Inventory Management UI -- RazarPagesPizza
  2. Pizza Inventory Management API -- ContosoPizza

Project Showcase

Project Nature

API backend + Non-Presistent storage + File Storage(SQLite)

Main Features

  • 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

Project Nature

UI + backend + Non-Presistent storage

Main Features

  • 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}