Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 612 Bytes

WebPostgresqlDemo

Stack

  • C#;
  • ASP.NET Core MVC;
  • Bootstrap;
  • PostgreSQL;
  • Docker.

Requires

Docker or PostgreSQL

Launch using Docker

  • Uncomment in appsettings.json connection string, where Server=db. Comment out another connection string.
  • Enter in the console docker-compose up -d

Launch using local PostgreSQL

  • Uncomment in appsettings.json connection string, where Server=localhost. Comment out another connection string.
  • Enter in the console cd WebPostgresqlDemo dotnet ef database update