This is a sample Restful web appication above .NET Core, currently running on Azure cloud - http://datavizapp.azurewebsites.net/. Client side code was implemented with a help of http://getbootstrap.com/ and https://d3js.org/
The project can be build and run within VS2015 or from CMD. In order to build and run the project from cmd (This can be performed on any platform provided you have .NET Core installed - https://www.microsoft.com/net/core#windows):
- Go to DataVizApp/src/datavizapp/
- dotnet restore
- dotnet build
- dotnet run