Comment on Ask HN: What would you use to build a mostly CRUD back end today?Comments−Infernosquad2yI use mostly Symfony (PHP). Really powerful form component combined with Doctrine ORM makes it super good for fast CRUD developmentAlso it has ApiPlatform where you can just add new CRUD api using few annotations/attributes
Comments
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