Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 560 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 560 Bytes

DataVizApp

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):

  1. Go to DataVizApp/src/datavizapp/
  2. dotnet restore
  3. dotnet build
  4. dotnet run