ErikEJ / erikej.github.io

ErikEJ blog
3 stars 1 forks source link

Create a CRUD Web API in minutes with Data API Builder and EF Core Power Tools #57

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

Create a CRUD Web API in minutes with Data API Builder and EF Core Power Tools | ErikEJ's blog

Data API Builder is a .NET container based app, that based on a json configuration file can expose a CRUD Web API supporting both REST and GraphQL endpoints.

https://erikej.github.io/dotnet/sqlserver/powertools/2024/08/13/powertools-dab.html

274188A commented 1 month ago

the .env file containing sensitive data is not ideal. user secrets etc in the future maybe?

ErikEJ commented 1 month ago

@274188A Agree, but the DAB CLI has no knowledge of the Visual Studio project system. See https://learn.microsoft.com/en-us/azure/data-api-builder/reference-functions#env

274188A commented 1 month ago

ah - good point. my bad.