InfiniteHelios / cryptotrade-web-exercise

This is Cryptocurrency Website developed with Blazor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is Cryptocurrency Website developed with Blazor


Languages

Language:HTML 54.2%Language:C# 44.0%Language:CSS 1.8%