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!
Download the zip folder (or git clone it to you local folder) and unzip it!
$ dotnet run
Or
$ dotnet watch run
$ 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.