Skip to content

xoxoiindy/CRUD-Web-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD Inventory App

This site was built using ASP.NET and deployed on Azure

image

Live

To view live click HERE

How It's Made:

This application allows you to create, delete or make changes on each category.

Tech used:

  • Microsoft Visual Studio
  • Microsoft SQL Server Managed Studio
  • Azure SQL Database
  • Bootstrap
  • Bootswatch Theme ( Vapor )
  • Toastr ( alerts )
  • C#
  • .Net7
  • HTML, CSS, JS

Preview

image

Creating a category with name & display number

image

Deleting a category page

image

Lessons Learned:

Learned about MVC architecture, CRUD operations, form validation. Also, learned how to how to deploy application to Azure! :)