/ASP_Core_Training

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

Primary LanguageCSS

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