Simple CRUD API from Jeffrey Fritz. It supports DbContext and an API based on JSON file. The JSON file is a good alternative to JSON Server as it will not pull down 100s of node modules that I actually dont understand.
The value of this Instant APIs is I can bring up my BFF in minutes and focus my time on building my front end application. The contract often changes as we build out the front end so if the BFF is flexible its a huge win.
You can then also add swagger support, this would probably be more useful if you are using the Dbcontext and plan to use the API for more than just local development of your front end application.