Kosta-Git / RocketShop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RocketShop

Build and test

Migrations

Create: dotnet ef migrations add -p DataAccess -s API <migration name>

Remove: dotnet ef migrations remove -p DataAccess -s API

DB Update: dotnet ef database update -p DataAccess -s API

Configuration

ConnectionStrings:Default=host=;port=;database=;user id=;password=;SearchPath=
Binance:Key=
Binance:Secret=
Binance:Domain=api.binance.com

About


Languages

Language:C# 99.2%Language:Dockerfile 0.8%