Skip to content

ASP.NET CORE based online eCommerse application where users can use a digital shopping cart to add products & make orders. Products have brands and categories. Administrators can create new brands & categories. Customers can also register credit cards, make deposits, withdraw financial resources.

License

Notifications You must be signed in to change notification settings

evgenirusev/ShoppingCartStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShoppingCartStore

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

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

About

ASP.NET CORE based online eCommerse application where users can use a digital shopping cart to add products & make orders. Products have brands and categories. Administrators can create new brands & categories. Customers can also register credit cards, make deposits, withdraw financial resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages