DynamoAssignment How to run the app: Download and install the following software: Dotnet - https://dotnet.microsoft.com/en-us/download Node.js - https://nodejs.org/en/download Complete the following steps: Navigate to DynamoAssignment folder, open a terminal and type 'dotnet run' Alternatively open the solution in Visual Studio and run the project in http configuration Navigate to web-app->src folder, open a terminal and type the following commands: npm install npm install -g @angular/cli npm start Open a web browser and type "localhost:4200" in the URL field How to use the app: Click the choose file button Select an XML file Click upload The file should be converted to JSON format and saved in an Uploads folder inside DynamoAssignment folder