Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (36 loc) · 1.09 KB

MahjongBuddy with ASP.Net Core 3 + React Typescript + Mobx

Setup

In order for the application to work, navigate to MahjongBuddy.API folder and do below steps:

  • Add user secret for Token key by running dotnet user-secrets set "TokenKey" "[InsertLongSecretKeyHere]"
  • create a new file called appsettings.json like below as example
{
    "ConnectionStrings":{
        "DefaultConnection": "Data Source=MahjongBuddy.db"
    },
    "Logging": {
    "LogLevel": {
        "Default": "Information",
        "Microsoft": "Warning",
        "Microsoft.Hosting.Lifetime": "Information"
        }
    },
    "AllowedHosts": "*"
}

IDE & Software

Recommended Visual studio code extension:

  • C#
  • C# Extensions
  • Auto Close Tag
  • Auto Rename Tag
  • Bracket Pair Colorizer 2
  • ES7 React/Redux/GraphQL/React-Native snippets
  • Material Icon Theme
  • Nuget Package Manager
  • Prettier - Code Formatter
  • SQLite