An open API service indexing awesome lists of open source software.

https://github.com/csharpfritz/asptravlerz

Complete sample application "AspTravlerz" from the book Learn ASP.NET Core in 24 Hours
https://github.com/csharpfritz/asptravlerz

Last synced: about 1 month ago
JSON representation

Complete sample application "AspTravlerz" from the book Learn ASP.NET Core in 24 Hours

Awesome Lists containing this project

README

        

# AspTravlerz
Complete sample application "AspTravlerz" from the book [Learn ASP.NET Core in 24 Hours](https://www.pearson.com/us/higher-education/program/Fritz-ASP-NET-Core-in-24-Hours-Sams-Teach-Yourself/PGM76770.html)

The packages for these samples have been omitted from this repository, and you will need to restore packages with some or all of the following commands in order to run them:
* dotnet restore
* npm install
* bower install