ECommerce with clean architecture based on unit of work with repository pattern in .NET 6.
from repository root folder
docker compose -f docker-compose.Development.yml up -dfrom Angular client (.../Client)
npm installfrom Angular client (.../Client)
npm servefrom API (.../Fnunez.Ena.API)
dotnet run --launch-profile=httpsfrom Angular client (.../Client)
npm build