Addapptables boilerplate is based on ASP.NET Boilerplate
-
Configure the appsettings.json file, located in the following directory: /addapptables/src/Addapptables.Boilerplate.Web.Host
-
Change default connection string
-
Rebuild project Addapptables.Boilerplate.Web.Host
-
Run migrations within the project Addapptables.Boilerplate.EntityFrameworkCore with the following command line: dotnet ef database update
-
Start the application with dotnet run or run it with visual studio
-
Last, download and configure angular project from the following link