Skip to content

ECommerce with clean architecture based on unit of work with repository pattern in .NET 7

Notifications You must be signed in to change notification settings

f-nunez/EcommerceNetAngular

Repository files navigation

EcommerceNetAngular

ECommerce with clean architecture based on unit of work with repository pattern in .NET 6.

Getting Started

Running docker containers

from repository root folder

docker compose -f docker-compose.Development.yml up -d

Installing Angular dependencies

from Angular client (.../Client)

npm install

Running for local development

from Angular client (.../Client)

npm serve

from API (.../Fnunez.Ena.API)

dotnet run --launch-profile=https

Deploy Angular client into API wwwroot folder

from Angular client (.../Client)

npm build

About

ECommerce with clean architecture based on unit of work with repository pattern in .NET 7

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published