A schedule graph with and Angular 2 front-end and ASP.NET Core Web API back-end.
- Install Node and npm.
- Run "npm install" from terminal or cmd in FrontEnd folder
- Run "npm start" from terminal or cmd in FrontEnd folder
- From Visual Studio simply start the application.
- Install ASP.NET Core SDK.
- Run "dotnet restore && dotnet build && dotnet run" from "/BackEnd/ScheduleGraph/src/ScheduleGraph".