Is there any special software needed when developing a social media network apart from and editor | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is there any special software needed when developing a social media network apart from and editor

Social media network

2nd Jan 2020, 9:48 PM
Mohammed Kabir Hussaini
Mohammed Kabir Hussaini - avatar
3 Answers
+ 2
Depends on the language I guess, you would need a compiler as well. You would also probably need a server with sufficient storage. Cloud based being best, so something like Heroku or Amazon Web Services to host you. All that stuff is free until you have too much uploaded onto your social media app. Then you’ll have to pay for more.
3rd Jan 2020, 3:56 AM
Ivan
Ivan - avatar
+ 1
Thanks but how would one run and view what he is developing like a gui or something
3rd Jan 2020, 2:33 PM
Mohammed Kabir Hussaini
Mohammed Kabir Hussaini - avatar
0
you can create a GUI with only python. and a nice one at that. So for a social media application, python on an IDE would really be enough to build one. it was my mistake when i first answered you, i thought you said social media website.
3rd Jan 2020, 4:42 PM
Ivan
Ivan - avatar