MEvanAW / MvcClient

UI for XShop with Catalog, Order, and Basket features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MVC Client

MVC Client is a front end project created using C# ASP .NET, Razor Pages, and Blazor Components. MVC client consumes multiple services and is meant to be a part of microservices architecture. To be run, it needs the following dependency modules to be run beforehand:

  • Identity Provider on localhost https port 5002.
  • Basket Service on locahost https port 7106.
  • Catalog Service on localhost https port 7102.
  • Order Service on localhost https port 7019.

Screenshots

Landing Page

Landing Page (Not Logged In) Landing Page (Logged In)

Catalog

Catalog Listing Catalog Details Catalog Edit Add to Basket

Basket

Basket Listing

Order

Order Listing

About

UI for XShop with Catalog, Order, and Basket features.


Languages

Language:C# 53.5%Language:HTML 44.9%Language:CSS 1.3%Language:JavaScript 0.3%