WebApi aspnetcore example

Hello, I crated a simple example to show my colleagues the advantages of using F# over C#, and using type providers even in a small aspnetcore WebApi project.

in these context (data changes):

AppSetting.json changes FSharp.Data type provider
Api changes (openapi) ease of connection via SwaggerProvider
DB changes (added tables, rename column) via FSharp.Data.SqlProvider (to compare with EF db context)

uses also dbup to apply sql migrations

if you are interested here is the repo :slight_smile: