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):
Bing API Key:
Key must be obtained from https://www.bingmapsportal.com