Skip to content

levilogics/angular-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

dotnet new -h
dotnet new sln
dotnet new webapi -o API
dotnet sln add API
dotnet dev-certs https –trust
dotnet run
dotnet ef migrations add InitialCreate -o Data/Migrations
dotnet ef database update
dotnet new gitignore
dotnet ef database drop
dotnet add package Microsoft.AspNetCore.Mvc

// kill port 5001 on mac.
lsof -t -i tcp:5001 | xargs kill -9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published