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 +```