Simple Calculator Between Two Coordinates

Built on top of Angular 7 and .NET Core.

Running Back End

cd back-end

dotnet restore

dotnet watch run OR sh run_dev.sh

Running Front End

cd front-end

npm install

ng serve