An example of a recipe management system built using microservices architecture
CookBook CSharpExtended NuGet Package
CookBook AspNetCore NuGet Package
- Deploy CookBook MsSql Server container:
From the deploy folder run the following command:
01_MsSqlServer_Deploy.bat- Deploy CookBook Nuget Repository container:
From the deploy folder run the following command:
02_NugetRepository_Deploy.bat- Deploy nuget extensions packages:
From the deploy folder run the following command:
03_Nugets_Deploy.bat- Deploy CookBook Recipes container:
From the deploy folder run the following command:
04_Recipes_Deploy.bat- Deploy CookBook Recipes Webapp container:
From the deploy folder run the following command:
05_RecipesWebapp_Deploy.bat