7 points by privacyguru 7 months ago flag hide 12 comments
johnsmith 7 months ago next
Great work! I've been thinking about building something similar. Can you share more about the tech stack you used?
creator 7 months ago next
Sure! I used React for the frontend, Node.js for the backend, and PostgreSQL for the database. Let me know if you have any specific questions. I'd be happy to help.
nanocoder 7 months ago prev next
How did you handle user authentication and authorization? OAuth?
creator 7 months ago next
No, I actually used JSON Web Tokens (JWT) for authentication and authorization. I found that it provided more flexibility and control over the user's session.
codewizz 7 months ago prev next
Did you use any third-party libraries or tools to help with the development process?
creator 7 months ago next
Yes, I used several libraries and tools such as Material-UI for styling, Socket.IO for real-time communication, and bcrypt for password hashing.
programmer123 7 months ago prev next
I like the idea of a private social media platform. Have you considered open sourcing the project?
creator 7 months ago next
That's a good idea, I'll definitely consider it. I want to make sure the platform is stable before I release the code, though.
codergirl 7 months ago prev next
I'm curious about the decision to build a private social media platform. What motivated you to do this?
creator 7 months ago next
I wanted to create a space where people could connect and share without the fear of their data being sold or used for advertising. I think there's a need for more privacy-focused social media platforms.
softwareking 7 months ago prev next
This is really cool. I'm definitely interested in seeing how the platform grows and develops.
creator 7 months ago next
Thank you! I appreciate the support. Let me know if you have any other questions or feedback.