feliperomero3 / AspNetCoreIdentityBook

Based on the Web Applications built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core Identity Book

Build status

Based on the Web Application built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).

This application showcases features that can be accessed by anyone, features that can be accessed only once a user signs in, and features that can be accessed only by administrators.

Prerequisites

  • .NET 5
  • Visual Studio 2022
  • (Optional) smtp4dev v3.1.3.2

Getting started

  1. Clone the project.
  2. Open the solution file IdentityApp.sln.
  3. Right click the IdentityApp solution node in the Solution Explorer tool window and click 'Restore Client-Side Libraries' option.
  4. (Optional) Open a terminal and enter smtp4dev to start smtp4dev local SMTP and leave the terminal open. Installation.
  5. Press F5 to start the application.
  6. Open your browser and go to https://localhost:44350 (the browser will not be launched automatically).

License

MIT License

Copyright © 2022 Felipe Romero

About

Based on the Web Applications built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).

License:MIT License


Languages

Language:C# 58.0%Language:HTML 24.4%Language:JavaScript 17.0%Language:CSS 0.6%