This is Cryptocurrency Website developed with Blazor
This requires dotnet.
Install dotnet-ef tool.
cd WebApplication2
dotnet tool install --global dotnet-efMake migraion files.
dotnet ef migrations add InitMigrate to MySQL database.
dotnet ef database updateRun
dotnet runFor development...
dotnet watch run