An open API service indexing awesome lists of open source software.

https://github.com/elemeants/pizzeria_web_project

This project is a testing of projects made in ASP.net core 2.1 and Angular, using Code-First, this is not a project final is only a test
https://github.com/elemeants/pizzeria_web_project

angular aspnet-core code-first csharp pizzeria webproject

Last synced: 21 days ago
JSON representation

This project is a testing of projects made in ASP.net core 2.1 and Angular, using Code-First, this is not a project final is only a test

Awesome Lists containing this project

README

          

# 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](https://www.npmjs.com/package/xlsx) dependency

**npm:**

```
npm install xlsx --save
```

2. Add [Material-Angular](https://material.angular.io) dependency

**npm:**
```
npm install --save @angular/material @angular/cdk @angular/animations
```

3. Should you replace the connection string to your Database inside 'Appsettings.json'

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

```
update-database
```

5. Run in mode IIS