Skip to content

irazirfan/e-housing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-housing

To run ng project

ng serve

To run dotnet project

dotnet run

To install dotnet ef tool in vscode

dotnet tool install --global dotnet-ef

To create db for first time

dotnet ef database update