imrostami / ASP.NET-Core-3.1-MVC-Identity-Demo

An ASP.NET Core MVC web app that uses Identity, Entity Framework Core, and Dapper. Thank you YogiHosting! https://www.yogihosting.com/aspnet-core-identity-setup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET-Core-Identity-Demo

An ASP.NET Core MVC web app that uses IDentity for authentication and Dapper as the ORM.

  • Fork and clone the project
  • Then in your Package Manager Console window:
    • Run the dir command
    • Then cd into your Project that the Startup.cs file is located in
  • Now run the EF Core Migration Commands:
    • dotnet ef migrations add MyCommand1
    • dotnet ef database update
  • Once those commands complete, finish setting up your appsettings.json file with your connection string
  • Then run the application

Note: There might be 1 EF Core Migration Command missing in the Readme. Use the tutorial here to double check if any commands were missed by me: https://www.yogihosting.com/aspnet-core-identity-setup/

About

An ASP.NET Core MVC web app that uses Identity, Entity Framework Core, and Dapper. Thank you YogiHosting! https://www.yogihosting.com/aspnet-core-identity-setup/


Languages

Language:C# 55.1%Language:HTML 37.1%Language:JavaScript 5.7%Language:CSS 2.1%