Skip to content

Elemeants/Pizzeria_web_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

Pizzeria web project

Description

Pizzeria app project training is maded in Angular, ASP.net Core 2.1 and SQL Server.

Instruction

Start application

Simple start application by executing ng serve command.

Use in your project

  1. Add xlsx dependency

npm:

npm install xlsx --save
  1. Add Material-Angular dependency

npm:

npm install --save @angular/material @angular/cdk @angular/animations
  1. Should you replace the connection string to your Database inside 'Appsettings.json'

  2. Run a update database to generate the DB in your server inside nuget package console

update-database
  1. Run in mode IIS