Skip to content

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".

Notifications You must be signed in to change notification settings

mosh-hamedani/vega

Folders and files

NameName
Last commit message
Last commit date
Mar 22, 2017
May 25, 2017
May 25, 2017
May 25, 2017
May 25, 2017
Apr 26, 2017
Apr 26, 2017
May 25, 2017
Apr 26, 2017
Apr 26, 2017
May 25, 2017
Apr 26, 2017
Apr 26, 2017
Mar 22, 2017
May 25, 2017
May 25, 2017
May 25, 2017
May 25, 2017
Mar 22, 2017
May 25, 2017
Mar 22, 2017
Mar 22, 2017
Mar 22, 2017
May 24, 2017

Repository files navigation

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".

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published