Skip to content

Sample Single Page Application project with Angular and ASP.NET Core (.NET 6)

License

Notifications You must be signed in to change notification settings

MatteoZampariniDev/ProductsArchive

Repository files navigation

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).

Features

  • Authentication with IdentityServer;
  • Role-based actions;
  • SQL Server connection using Entity Framework with a localization system;
  • Swagger Open API;

Setup

  • Navigate to src/WebUI/ClientApp and run npm install

Seeded Users

Admin:

  • Username: administrator@localhost
  • Email: administrator@localhost
  • Password: Administrator1!
  • Role: Administrator

Generic user:

  • Username: user@localhost
  • Email: user@localhost
  • Password: CommonUser1!
  • Role: CommonUser

Credits

Here are some resouces that were useful in the learning process:

About

Sample Single Page Application project with Angular and ASP.NET Core (.NET 6)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages