/backend-template-core

Reworked backend-template from scratch to work with .NET Core.

Primary LanguageC#

BackendTemplateCore

Based on .NET Core 2.0 w/ EF Core 2.0

  1. Apply connectionstring in appSettings.json
  2. "Add-migration Initial" in console (with BaseBackend as selected project, not Api)
  3. "Update-database" in console (with BaseBackend as selected project, not Api)