bgpgfelipe / vega

A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vega

A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".

To run the project:

$ npm install
$ dotnet restore
$ dotnet user-secrets set ConnectionStrings:Default "<YOUR CONNETION STRING>"
$ webpack --config webpack.config.vendor.js
$ webpack 
$ dotnet ef database update
$ dotnet watch run 

About

A sample vehicle dealer app built with Angular 2, ASP.NET Core and Entity Framework Core. This is part of my Udemy course: "Build a Real-world App with ASP.NET Core and Angular 2".


Languages

Language:C# 54.1%Language:TypeScript 25.2%Language:HTML 11.9%Language:JavaScript 7.2%Language:CSS 1.6%