Skip to content

bartosz6/FereeBlogAPI

Repository files navigation

Feree blog API

TBC

DOD:

  • .NET CORE + CQRS API for blog purposes

Web/appsettings.json

{
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost; Database=test; User Id=sa; Password=supersecretpassword"
  },
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Debug",
      "System": "Information",
      "Microsoft": "Information"
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published