Skip to content

rabbidnarwhal/KOMBIT-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run

dotnet run

To run with watch

dotnet watch run

To publish with release configuration

dotnet publish -c Release

To publish with release configuration with output

dotnet publish -c Release -o <output_directory>`

Create DBContext from database

dotnet ef dbcontext scaffold <ConnectionString> <Provider>

i.e. dotnet ef dbcontext scaffold server=localhost;database=kombit;uid=root;password= Pomelo.EntityFrameworkCore.MySql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published