Skip to content

burcMnt/WatchShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WatchShop

A sample ASP.NET Project with Clean Architecture based on https://github.com/dotnet-architecture/eShopOnWeb.

My Demo WatchShop website can reachable via below link ->

https://watchshop.burcum.space

Packages Installed

Web

Infrastructure

Install-Package Microsoft.EntityFrameworkCore

Install-Package Npgsql.EntityFrameworkCore.PostgreSQL

Install-Package Ardalis.Specification.EntityFrameworkCore

Install-Package Microsoft.AspNetCore.Identity.EntityFrameworkCore

ApplicationCore

Install-Package Ardalis.Specification

EF Commands

Default project: src\Infrastructure

Add-Migration InitialIdentity -Context AppIdentityDbContext -OutputDir "Identity/Migrations"

Update-Database -Context AppIdentityDbContext

Add-Migration InitialApp -Context ApplicationDbContext -OutputDir "Data/Migrations"

Update-Database -Context ApplicationDbContext

Links

https://mdbootstrap.com/docs/b4/jquery/ecommerce/design-blocks/shopping-cart/

https://stackoverflow.com/questions/65487984/asp-net-core-binding-to-a-dictionary

About

Demo MyWatchShop WebSite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published