From 3c5e6d5e791cdd0464cb5e4dc43740fd3b7d83c5 Mon Sep 17 00:00:00 2001 From: Mikayla Dobson <93477693+innocuous-symmetry@users.noreply.github.com> Date: Thu, 4 Aug 2022 19:26:14 -0500 Subject: [PATCH] Update README.md added readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).