Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.21 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.21 KB

ShoppingCartStore

.NET Core Online eCommerse digital shopping cart application implementing a monolithic N-tier architecture application.

Database Schema:

Sorry, error loading image of diagram

Visual Studio 2017 and SQL Server

Prerequisites

  • SQL Server
  • Visual Studio 2017 & with .NET Core SDK >= 2.2

Steps to run

  • Have a running DB server & update the connection string in appsettings.json in ShoppingCartStore.Web.
  • Build solution.
  • In Solution Explorer, make sure that ShoppingCartStore.Web is selected as the Startup Project.
  • Open Package Manager Console Window & execute "Update-Database" then press "Enter". This action will create database schema.
  • In Visual Studio, press "Control + F5".

Technologies and frameworks used:

  • ASP.NET MVC Core 2.2
  • Entity Framework Core 2.2
  • ASP.NET Identity Core 2.2

Product List View

Sorry, error loading image of diagram

Order Summary View

Sorry, error loading image of diagram

Product Description View

Sorry, error loading image of diagram

(Keywords for SEO purposes) .NET Core Store, .NET Core MVC, .NET Core Shopping Cart, .NET Core Store, Entity Framework