From fe1f2c8e3e888c36fb462a673375677a35b7bb98 Mon Sep 17 00:00:00 2001 From: Colin Wu <85907102+ColinWu0403@users.noreply.github.com> Date: Thu, 19 Sep 2024 15:47:03 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7518f3..b1a80bc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# Housing Backend +# Housing Backend (temp name) -Temp name +ASP.NET Core 6.0 Web API and MongoDB project + +### Install required dependencies: +``` +dotnet restore +``` + +Run in localhost: + +``` +dotnet run +```