You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Microservice Example using .NET and MariaDB
2
2
3
-
This repository provides a simple example of a microservice architecture using a [Microsoft .NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) solution with [MariaDB](https://mariadb.com) that contains:
3
+
This repository provides a simple example of a microservice architecture using a [Microsoft .NET](https://dotnet.microsoft.com/en-us/learn/dotnet/what-is-dotnet) solution with [Entity Framework](https://docs.microsoft.com/ef/) and [MariaDB](https://mariadb.com) that contains:
4
4
5
5
* Two microservice ([Web API](https://dotnet.microsoft.com/en-us/apps/aspnet/apis)) projects
6
6
* One API Gateway project
@@ -23,7 +23,7 @@ This repository provides a simple example of a microservice architecture using a
23
23
3.[Anatomy of the app](#app)
24
24
4.[Confifgure the application](#config)
25
25
5.[Build and run the app](#build-run)
26
-
4.[Requirements to run the app](#requirements)
26
+
4.[Helpful Resources](#helpful-resources)
27
27
5.[Support and contribution](#support-contribution)
28
28
6.[License](#license)
29
29
@@ -134,6 +134,10 @@ Depending on how you've setup your environment you may have the option to build
134
134
*[Visual Studio](https://docs.microsoft.com/en-us/visualstudio/ide/walkthrough-building-an-application?view=vs-2022) - build and run the solution by first opening the [Demo.sln file](Demo.sln]) using the Visual Studio IDE
135
135
*[dotnet CLI](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run) - build and run the solution by using the dotnet command with the [Demo.sln file](Demo.sln).
Webinar: [Creating Microservices with .NET 6, Entity Framework and MariaDB](https://go.mariadb.com/22Q1-WBN-OSSG-GLBL-Microservices-.Net-Entity-Framework-2021-12-21_Registration-LP.html)
140
+
137
141
## Support and Contribution <aname="support-contribution"></a>
138
142
139
143
Thanks so much for taking a look at this sample app! As this is a simple example, there's plenty of potential for improvement and customization. Please feel free to submit PR's to the project to include your modifications!
0 commit comments