diff --git a/README.md b/README.md index e02abfc..2f3e4b7 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ - +# Simple REST API in .NET + +Sample architecture for a REST API using C# to query a MongoDB database. Based on [this tutorial](https://docs.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-6.0&tabs=visual-studio).