- Clone Project
- Open Project in Visual Studio
- Change Database Details in appsettings.json
- Enter below Commands in Package Manager Console
update-database -Context IdentityContext
update-database -Context ApplicationDbContext
Check Database created or not
Build and Run the Project