Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 613 Bytes

File metadata and controls

14 lines (12 loc) · 613 Bytes

Aspnetcore-identityserver4-webapi-angular

All in one, Identityserver4, Aspnetcore Identity, WebApi and Angular Client

Demo www.ids4angularaspidentity.npoci.com

How to run

  1. Download or clone the repository
  2. Open command prompt on the project directory
  3. Execute dotnet restore to restore the dependencies
  4. Execute dotnet ef migrations add InitialMigration
  5. Execute dotnet ef database update =>to apply the migration to the database
  6. Exeute npm -install to install all the required nodeJS modules
  7. Execute donet run to run the poject
  8. Browse http://localhost:5000 to view in the browser