Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhedgpeth committed Jan 3, 2022
1 parent b02b3f0 commit 2b73bc6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Microservice Example using .NET and MariaDB

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:
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:

* Two microservice ([Web API](https://dotnet.microsoft.com/en-us/apps/aspnet/apis)) projects
* One API Gateway project
Expand All @@ -23,7 +23,7 @@ This repository provides a simple example of a microservice architecture using a
3. [Anatomy of the app](#app)
4. [Confifgure the application](#config)
5. [Build and run the app](#build-run)
4. [Requirements to run the app](#requirements)
4. [Helpful Resources](#helpful-resources)
5. [Support and contribution](#support-contribution)
6. [License](#license)

Expand Down Expand Up @@ -134,6 +134,10 @@ Depending on how you've setup your environment you may have the option to build
* [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
* [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).

## Helpful Resources <a name="helpful-resources"></a>

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)

## Support and Contribution <a name="support-contribution"></a>

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!
Expand Down

0 comments on commit 2b73bc6

Please sign in to comment.