All in one, Identityserver4, Aspnetcore Identity, WebApi and Angular Client
Demo www.ids4angularaspidentity.npoci.com
How to run
- Download or clone the repository
- Open command prompt on the project directory
- Execute dotnet restore to restore the dependencies
- Execute dotnet ef migrations add InitialMigration
- Execute dotnet ef database update =>to apply the migration to the database
- Exeute npm -install to install all the required nodeJS modules
- Execute donet run to run the poject
- Browse http://localhost:5000 to view in the browser