DEV Community

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

Collapse
 
rolfstreefkerk profile image
Rolf Streefkerk

Your best bet is a toolsuite that automates a lot of this, Firebase has been mentioned that is Google owned. Amazon Web Services has AppSync, it does everything you need, authentication, data storage (NoSQL), push notifications etc. etc.

It has a CLI tool to set everything up with SDKs for Node and for mobile app development.

Collapse
 
codenamejason profile image
Jaxcoder

This is a decent setup for sure.