Skip to content

Training course building a Web App with ASP.NET Core, MVC 6, EF Core, and Angular

Notifications You must be signed in to change notification settings

BrianJVarley/ASP_Core_Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP_Core_Training

Training course building a Web App with Angular 1.6, ASP.NET Core & Entity Framework.


Initialise Local Database:

dotnet ef migrations add InitialDatabase

Updating the Database Migration:

dotnet ef database update

Minify js files:

gulp minify

Change Environment Variable:

set ASPNETCORE-ENVIRONMENT=Testing

Publish project:

dotnet publish -o <YOURDIRECTORY> 

Publish project w/ runtime included:

dotnet publish -o <YOURDIRECTORY> -r <runtime>

eg,

dotnet publish -o <YOURDIRECTORY> -r win81-64

Build project DLL:

dotnet BigTree

API Endpoints (localhost dependent):

Trips


Bing API Key:

Key must be obtained from https://www.bingmapsportal.com


About

Training course building a Web App with ASP.NET Core, MVC 6, EF Core, and Angular

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published