logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install dotnet-architecture/eShopOnWeb. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

dotnet-architecture/eShopOnWeb Installation Guide

How to install dotnet-architecture/eShopOnWeb. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for dotnet-architecture/eShopOnWeb. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i dotnet-architecture/eShopOnWeb
or

Install via npx

npx @hexmos/ipm i dotnet-architecture/eShopOnWeb

Prerequisites

Visual Studio

build_tool

Version: latest.0.0.0

dotnet

build_tool

Version: 8.0.100

Azure SDK for .NET

system_package

Version: latest.0.0.0

Docker

system_tool

Version: latest.0.0.0

SQL Server

system_package

Version: latest.0.0.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Compose

docker-compose build

docker-compose up

EF Core Database Migration

dotnet restore

dotnet ef database update -c catalogcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Data/Migrations

dotnet ef database update -c appidentitydbcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Identity/Migrations

Azure Developer CLI (azd)

azd auth login

azd init -t dotnet-architecture/eShopOnWeb

Local Development

dotnet run --launch-profile Web

Install AzD CLI

curl -fsSL https://aka.ms/install-azd.sh | bash

EF Core Database Migration (Local)

dotnet restore

dotnet ef database update -c catalogcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Data/Migrations

dotnet ef database update -c appidentitydbcontext -p ../Infrastructure/Infrastructure.csproj -s Web.csproj -o Identity/Migrations

Post Installation Steps

  • Open your browser and navigate to http://localhost:5001/ to view the home page.
  • To access the admin panel, go to http://localhost:5001/admin.