Skip to content

Started with ASP.NET Core 3.1, Entity Framework Core with PostgreSQL database

Notifications You must be signed in to change notification settings

marquesleo/ASPNetCoreAndPostgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ASPNetCoreAndPostgresql

dotnet new WebAPI -n ArticleApp.API

Use -n to provide name to your API project. In my case it is ArticleApp.API..

run dotnet new -h

NuGet Package Manager

Press Ctrl + Shift + P and select Nuget Package Manager.

Enter Microsoft.EntityFrameworkCore and hit enter.

dotnet ef migrations add InitialCreate

dotnet ef database update

dotnet run

About

Started with ASP.NET Core 3.1, Entity Framework Core with PostgreSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages