aashkann / CorePlayground

.NETCore Web app API examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CorePlayground

.NETCore Web app API examples with Supabae postgreSQL.

Learn more about C# client here and in the documentation

Learn how CRUD works in .NETCore in Milan's Youtube's video

Your appsettings.json shoule be like:

{
  "ConnectionStrings": {
    "DefaultConnection": "YOUR DEFAULT"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "Supabase": {
    "Url": "YOUR-URL",
    "Key": "YOUR-KEY"
  }
}

License This project is licensed under the Apache License, Version 2.0. See the LICENSE file for more details.

About

.NETCore Web app API examples

License:Apache License 2.0


Languages

Language:C# 80.8%Language:HTML 14.9%Language:CSS 3.7%Language:JavaScript 0.7%