- Ensure that you have installed .NET Core in your machine.
- Open a terminal window (e.g. Gitbash, linux terminal, mac terminal, etc) then change directory to your projects folder.
Inside the folder, run
dotnet new webapi -o -ncommand. Example:dotnet new webapi -o PCShop.Api-n PCShop.Api.