https://github.com/codemillmatt/docker-aspnet-pizza
https://github.com/codemillmatt/docker-aspnet-pizza
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codemillmatt/docker-aspnet-pizza
- Owner: codemillmatt
- Created: 2021-05-07T19:24:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T22:28:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T07:27:48.616Z (4 months ago)
- Language: C#
- Size: 688 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## 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](https://docs.microsoft.com/learn/modules/dotnet-microservices).
### Steps to run
1. You will need to add the **Dockerfile** to the web API in the backend folder.
1. 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](https://docs.microsoft.com/learn/modules/dotnet-microservices).