Ask HN: What would you use to build a mostly CRUD back end today? 3 years ago
I use mostly Symfony (PHP). Really powerful form component combined with Doctrine ORM makes it super good for fast CRUD development
Also it has ApiPlatform where you can just add new CRUD api using few annotations/attributes