Project information
- Category:E-Commerce site using .NET MVC Core
- Project date: 07 July, 2023
- Project REPO: https://github.com/CodySlivinski/StoreFrontI
E-Commerce site
Here I designed a mock e-commerce site using .NET Core and MVC architecture. It started with the design of a database using SQL. The database was then used to construct the views and controllers for the web page using Entity Framework. Metadata was then built for all the items found in the database in order to scaffold the controllers and views. Client-side and server-side filters were implemented to allow sorting of items found in the e-commerce site. Many additional features were added to increase funtionality of the site along the way.