DEV Community

Discussion on: Best Web and Mobile Development Stack

Collapse
 
radualexandrub profile image
Radu-Alexandru B • Edited

Hello,
First, I think your post should have had #discuss tag as this is not a mini-tutorial or an informational post, but rather a question for open discussion.

Second, Django with PostgreSQL is sufficient for this app idea, while React can be indeed used for front-end... Although from my little experience it is easier to make the front-end for Django with pure HTML, CSS and vanilla javascript (with Ajax.js for some real-time functionalities, like adding a comment and a like to a post without refreshing the page - as an asynchronous behavior).
I recommend Corey's Schafer 10hours Django Tutorial for a full-featured web app (with the most of functionalities required for a social network). You will learn so much from that and you will even have a big part of your app completed by the end of the tutorial.

Good luck!

Collapse
 
dumdum profile image
dum dum
  1. Sure,will add #discuss
  2. Nice! I'll watch the tutorial. Thanks!