+ 1
How to make a Web page where my users upload content?
I mean, I want my users to upload photos, videos, etc... For example: Like Facebook, YouTube... pretty much what I want to do is a social network style
2 Réponses
+ 11
Take a look at cms project
0
Creating a web page where users can upload content is just one piece of building a social network website. To make it fully functional, you’ll need to think about user authentication, content moderation, privacy settings, and interactive features like comments, likes, and notifications. Properly structuring your database and backend will ensure scalability as your platform grows. For a detailed guide on how to build a social network website from scratch, including best practices for both frontend and backend development, check out this resource: https://www.cleveroad.com/blog/how-to-create-a-social-media-website/