This is a response to the tech challenge
Steps to run
- Running the application requires a number of dependencies not provided as part of the source code.
- Assuming -
- An Auth0 configuration that supports the tech challenge is in place
- Valid conf values have been provided in appsettings.json
- Required modules have been installed by running "npm i" from the ClientApp directory
- It should then be possible to run the project from Visual Studio 2017 or by typing
dotnet run
in a command window