mariotee / dotnet-react-context-playground

practicing state management with React talking to a dotnet web api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2020-11-13_dotnet-react

How to Run:

appsettings.Local.json file will need to be created with a structure like:

{
  "WeatherApiOptions": {
    "appId": "<enter your openweathermap.org API key>"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*"
}

note: this file is currently git-ignored

About

practicing state management with React talking to a dotnet web api


Languages

Language:TypeScript 61.6%Language:C# 27.2%Language:HTML 8.2%Language:CSS 1.8%Language:JavaScript 1.2%Language:Shell 0.0%