AzureAdvocateBit / docker-aspnet-pizza-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample for the Build your first microservice in .NET learn module

Microservice applications are composed of small, independently versioned, and scalable customer-focused services that communicate with each other over standard protocols with well-defined interfaces. Each microservice typically encapsulates simple business logic, which you can scale out or in, test, deploy, and manage independently. Smaller teams develop a microservice based on a customer scenario and use any technologies that they want to use. This module will teach you how to build your first microservice with .NET.

In order to run the code in this repo as a microservice, please complete the Build your first microservice in .NET.

Steps to run

  1. You will need to add the Dockerfile to the web API in the backend folder.
  2. And add the docker-compose.yml file to the root folder.

Along with the necessary Docker commands for building an image and running Docker compose as well.

Check out the Learn module to find out all about Building your first microservice in .NET.

About


Languages

Language:C# 61.9%Language:HTML 25.3%Language:CSS 8.0%Language:Dockerfile 3.4%Language:JavaScript 1.3%