π Welcome to Thread MERN! π Connect, share, and inspire on our cutting-edge MERN-powered social media platform. With a seamless blend of MongoDB, Express, React, and Node.js, we're bringing you a dynamic and responsive space for meaningful interactions. π
Thread MERN is a modern social media platform built using the MERN stack. It provides users with a seamless experience for connecting, sharing, and inspiring others. With its dynamic and responsive interface, Thread MERN offers a space for meaningful interactions and collaboration.
- User Authentication: Secure user authentication and authorization system.
- Post Creation and Sharing: Create and share posts with other users.
- Real-time Updates: Get real-time updates on posts and notifications.
- Profile Management: Customize user profiles and settings.
- Comments and Likes: Engage with posts through comments and likes.
- Search Functionality: Search for posts, users, and topics.
- Responsive Design: Responsive design ensures a smooth experience across devices.
-
Clone the repository:
git clone https://github.com/SOUMOJIT-CHAKRABORTY/thread-mern.git cd thread-mern
npm install
Configure environment variables:
Create a .env
file in the root directory and add the following:
PORT=3000
MONGODB_URI=your_mongodb_connection_uri
JWT_SECRET=your_jwt_secret
Start the frontend development server:
cd frontend
npm run dev
Access the application at http://localhost:3000.
Start the frontend development server:
cd backend
npm run dev
Access the application at http://localhost:4000.