SocialPulse is a dynamic social media platform designed to connect people, share content, and build communities. This application is built using the MERN stack (MongoDB, Express.js, React, Node.js).
- User Authentication: Secure user registration and login with JWT.
- User Profiles: Create and customize user profiles.
- Post Creation: Share text, images, and videos with your followers.
- Comments: Engage with posts through likes and comments.
- Friend Requests: Connect with other users and build your network.
- Search Functionality: Find users and content with ease.
- Responsive Design: Seamless experience across all devices.
- Frontend: React.js
- Backend: Node.js, Express.js
- Database: MongoDB
- Styling: CSS, Tailwind
-
Clone the repository:
git clone https://github.com/yourusername/socialpulse.git cd socialpulse
cd backend npm install
cd frontend npm install