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
- Host: GitHub
- URL: https://github.com/csharpfritz/asptravlerz
- Owner: csharpfritz
- License: mit
- Created: 2017-11-16T18:41:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-07T16:07:51.000Z (over 7 years ago)
- Last Synced: 2025-04-10T12:12:44.907Z (about 1 month ago)
- Language: JavaScript
- Size: 6.45 MB
- Stars: 14
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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