Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 660 Bytes

.Net Core Web API and Angular 6

New Features!

This is an update of Dating App implementing new Framework features :

  • SPA part using Angular 6 new Libaries
  • API part using Identity (user, role) for authentication!

Installation

Download the zip folder (or git clone it to you local folder) and unzip it!

in Dating.API Folder

$ dotnet run 

Or

$ dotnet watch run 

in Dating-SPA Folder

$ ng serve --watch --open

NOTE: by defaut the API will run in Development mode, also the wwwroot folder contains a build version of the SPA to be served as a static files.