- dotnet cli
- docker desktop
- Create a
.envfile at the top most directory (.\ECommerce) - Copy the fieds from the
.env.samplefile into the new.envfile - Replace
[Fill]with relevant data. The password can be whatever you want and theAPP_SECRETcan be something from here: https://randomkeygen.com/ (9sf98UpVokNr-~(v1XEwE4~0B+S7Jqfor example) - From
.\ECommercerundocker compose build - From
.\ECommercerundocker compose up - From
.\ECommerce.DALrundotnet ef database update -s ../ECommerce.API
From .\ECommerce.DAL run dotnet ef migrations add addedDescToProduct -s ../ECommerce.API