Pizzeria app project training is maded in Angular, ASP.net Core 2.1 and SQL Server.
Simple start application by executing ng serve
command.
- Add xlsx dependency
npm:
npm install xlsx --save
- Add Material-Angular dependency
npm:
npm install --save @angular/material @angular/cdk @angular/animations
-
Should you replace the connection string to your Database inside 'Appsettings.json'
-
Run a update database to generate the DB in your server inside nuget package console
update-database
- Run in mode IIS