DEV Community

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

Collapse
 
sujaykundu777 profile image
Sujay Kundu • Edited

Hi Eka ! I would suggest to check out the Node React and Firebase stack, Firebase will help you with many things especially with Hosting , Auth and Data Storage.. and you can just use their SDK to integrate with any of your Web or Mobile Apps with the help of it. Most importantly it's Free to start with 🙂

Collapse
 
ekafyi profile image
Eka • Edited

Oh cool. I've briefly used Firebase Cloud Messaging (to send push notifications) before but hadn't got the chance to learn about the other Firebase services. Thank you Sujay!

Collapse
 
codenamejason profile image
Jaxcoder

This follows up to what I was getting at for user logins, that way you don't have to store passwords. The React-Firebase is a good starting point for the free side.

Collapse
 
sujaykundu777 profile image
Sujay Kundu

Yeah ! You should definitely check them out 🙂