DEV Community

Discussion on: The most simple stack to create basic CRUD web app with users?

Collapse
 
brandinchiu profile image
Brandin Chiu

With a database and hosting sorted out you could have a crud app ready to go in 15 minutes with Drupal, which is a cms framework written in PHP.

You would then be able to focus on functionality specific to your use case. There's a full ecosystem of Drupal developers that exists for adding extensions and additional functionality easily (like auth, etc).

It's definitely NOT modern though, if that's a factor you're looking for.