md Service cd Service dotnet new sln dotnet new gitignore dotnet new webapi -n Articles.Api dotnet sln add Articles.Api git add -A git commit -m "Initial Commit"