Silly tips for techies that cannot figure out where the problem is. The idea of this project is admittedly inspired by forse by @mattiapiccinetti, although it is implemented with different technologies.
Just having fun playing with .NET Core (2.0 preview) and AngularJS (1.x).
You will need .NET Core 2.0 preview installed on your machine.
# Run the Api
cd Tips.Api.Service
dotnet restore
dotnet run
# Run the Web App
cd Tips.Web.Service
dotnet restore
dotnet run
# Browse http://localhost:8080
# Browse http://localhost:8080/admin to add/edit/delete some tips