The code provided in this repository does not require any special tools.
You can use any .NET dev stack, be it command line dotnet command or
Visual Studio Code or full Visual Studio 2017 or up.
You can install one of the following for free from Microsoft:
- Visual Studio 2017 or 2019 Community Edition (free) or Visual Studio Code (free)
- Optional: Insomnia - to make API calls or Postman
- Optional:
curlorwgetto make calls from command line
You may need to setup environment variables. This can be done on Windows using ControlPanel or "set" command in "dos". You can use "export" command in Linux bash
$ export HOME=/home/usr1/tutorial-stepsRun a command window as admin. Run the following command:
> netsh http add urlacl url=http://+:8090/ user=\EveryoneReplace "8090" with port number that you are trying to use