It's a web application that contains two projects one is back-end build with .Net Core 2.2 which have APIs that Communicate with Azure Storage and the other one is front-end build with Angular 6 that have the UI components that list, upload and delete the blobs.
first of all you need to run
npm install
in the following directory ./ClientApp where the package.json is exists.
you can run the back-end solution and the front-end project will be already run.
and there we go !