gokhanwork / GaliaBackend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  • In host project folder write command dotnet build
  • After command dotnet run

Migrations CLI

dotnet ef migrations add <MigrationName> --project .././Migrators/Migrators.MSSQL/ --context ApplicationDbContext -o Migrations/Application

About

License:MIT License


Languages

Language:C# 96.5%Language:HTML 2.2%Language:Smalltalk 0.7%Language:Dockerfile 0.5%