Skip to content

InfiniteHelios/cryptotrade-web-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published