Skip to content

Barry-Fraser-Anderson/Bulky-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulky-MVC

An ASP.NET exercise.

Inspired by a YouTube video: Introduction to ASP.NET Core MVC https://www.youtube.com/watch?v=AopeJjkcRvU

Description

A mock-up of a simple online book store.

Customers are required to register and login in order to to place an order. (Shopping cart has not been implemented)

Only logged-in Admin users may update the product catalog and category table.

Topics Covered

  • Fundamentals of .NET Core
  • MVC Application
  • Razor Pages
  • Entity Framework Core
  • TempData, ViewBag, ViewData
  • Toastr
  • Repository Pattern
  • Identity Framework
  • Authentication and Authorization

Screenshots

Customer Pages

Home page   Product details

Register user   Log in

Management Pages (Admin user)

Home (Admin user)   Category management

Product management   Update product