Skip to content

icep87/BelowDeckAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BelowDeckAPI

Backend for my React CMS Client

You need to setup configure appsettings.json with the following information:

{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "ConnectionStrings": {
    "CMSDatabase": "Data Source = localhost; Initial Catalog = DATABASE; User Id = USERNAME; Password = PASSWORD;"
  },
  "ClientSecrets": {
    "Value": "LONGSTRING",
    "Issuer": "BelowDeckAPI",
    "Audience": "BelowDeckAPI"
  },

  "AllowedHosts": "*"
}
During the inital database setup a admin user is setuped:

Username: Admin Password: admin123

About

Backend for my React CMS Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages