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
- Host: GitHub
- URL: https://github.com/elemeants/pizzeria_web_project
- Owner: Elemeants
- Created: 2018-12-27T15:37:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-07T14:34:41.000Z (over 7 years ago)
- Last Synced: 2023-10-17T16:04:39.852Z (over 2 years ago)
- Topics: angular, aspnet-core, code-first, csharp, pizzeria, webproject
- Language: C#
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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