/cryptotrade-web-exercise

This is Cryptocurrency Website developed with Blazor

Primary LanguageHTML

cryptotrade-Blazor

This is Cryptocurrency Website developed with Blazor

Installation

This requires dotnet.

Install dotnet-ef tool.

cd WebApplication2
dotnet tool install --global dotnet-ef

Make migraion files.

dotnet ef migrations add Init

Migrate to MySQL database.

dotnet ef database update

Run

dotnet run

For development...

dotnet watch run