This app is very basic .NET Core Web API created purely for testing various hosting scenarios.
- name (string, optional) - when provided, method returns "Hello {name}", otherwise returns "Hello World"
- http://localhost:5000/api/user => Hello World
- http://localhost:5000/api/user?name=Matt => Hello Matt