Sample project for learning purposes of a Single Page App (SPA) with Angular 13 and ASP.NET Core (.NET 6) based on the ClearArchitecture template from Jason Taylor (https://github.com/jasontaylordev/CleanArchitecture).
- Authentication with IdentityServer;
- Role-based actions;
- SQL Server connection using Entity Framework with a localization system;
- Swagger Open API;
- Navigate to
src/WebUI/ClientApp
andrun npm install
Admin:
- Username: administrator@localhost
- Email: administrator@localhost
- Password: Administrator1!
- Role: Administrator
Generic user:
- Username: user@localhost
- Email: user@localhost
- Password: CommonUser1!
- Role: CommonUser
Here are some resouces that were useful in the learning process: