This is a solution for creating Recipe Book (SPA) with Angular and ASP.NET Core.
- ASP.NET Core 3
- Entity Framework Core
- Angular 11
- XUnit
- Install the latest .NET 3 SDK
- Install the latest Node.js LTS
- Navigate to
clientand runnpm install - Navigate to
clientand runnpm startto launch the front end (Angular) - Navigate to
APIand rundotnet restore - Change the SQLServer database connection string in
API/appsettings.json - Navigate to
APIand rundotnet runto launch the back end (ASP.NET Core Web API)