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 -d
from Angular client (.../Client)
npm install
from Angular client (.../Client)
npm serve
from API (.../Fnunez.Ena.API)
dotnet run --launch-profile=https
from Angular client (.../Client)
npm build