Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 551 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 551 Bytes

Pizza42

This is a response to the tech challenge

Running the project

Steps to run

  1. Running the application requires a number of dependencies not provided as part of the source code.
  2. 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