Training course building a Web App with Angular 1.6, ASP.NET Core & Entity Framework.
Initialise Local Database:
dotnet ef migrations add InitialDatabaseUpdating the Database Migration:
dotnet ef database updateMinify js files:
gulp minifyChange Environment Variable:
set ASPNETCORE-ENVIRONMENT=TestingPublish project:
dotnet publish -o <YOURDIRECTORY> Publish project w/ runtime included:
dotnet publish -o <YOURDIRECTORY> -r <runtime>
eg,
dotnet publish -o <YOURDIRECTORY> -r win81-64Build project DLL:
dotnet BigTreeAPI Endpoints (localhost dependent):
Bing API Key:
Key must be obtained from https://www.bingmapsportal.com