This project contains a script which will create .NET 5 API project in which it will configure
- Clone the project
- Run .\makeAPI.ps1 testAPI (it will create testAPI project)
If you want API to run on a specific port .\makeAPI.ps1 testAPI -port 5500
If you get makeAPI.ps1 cannot be loaded because running scripts is disabled on this system
error, run the following command:
PS C:\> Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass