- Open
CityService.sln
in Visual Studio - Build the solution to restore the NuGet packages
- Run the Package Manager Console and execute the following commands to generate the data:
> Add-Migration Initial
> Update-Database
- Run the project (F5)
- Run
npm install
inside the "Batch Update" folder - Run
npm run start
Note: The Web API project should be running when you start the Angular project