Skip to content

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

Notifications You must be signed in to change notification settings

nertilpoci/Aspnetcore-identityserver4-webapi-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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