Skip to content

An example of a recipe management system built using microservices architecture (In progress)

Notifications You must be signed in to change notification settings

laura-kolcavova/CookBook

Repository files navigation

CookBook

An example of a recipe management system built using microservices architecture

Links

CookBook Backend Services

CookBook Recipes

CookBook Frontend Services

CookBook Recipes Webapp

Other

CookBook MsSql Server

CookBook Nuget Repository

CookBook CSharpExtended NuGet Package

CookBook AspNetCore NuGet Package

Deployment

  1. Deploy CookBook MsSql Server container:

From the deploy folder run the following command:

01_MsSqlServer_Deploy.bat
  1. Deploy CookBook Nuget Repository container:

From the deploy folder run the following command:

02_NugetRepository_Deploy.bat
  1. Deploy nuget extensions packages:

From the deploy folder run the following command:

03_Nugets_Deploy.bat
  1. Deploy CookBook Recipes container:

From the deploy folder run the following command:

04_Recipes_Deploy.bat
  1. Deploy CookBook Recipes Webapp container:

From the deploy folder run the following command:

05_RecipesWebapp_Deploy.bat