Production Link: https://oneworld-blush.vercel.app
Demo Video Link: https://www.youtube.com/watch?v=CsTe5ioElMI
This is a fully functional social media application built using the MERN (MongoDB, Express.js, React, Node.js) stack. It includes features such as user authentication, posts, likes, comments, and real-time messaging using Socket.io.
- User authentication (Login, Register, JWT-based authorization)
- Profile creation and editing
- Post creation, editing, and deletion
- Like and comment functionality
- Friend requests and follow/unfollow feature
- Real-time chat and notifications with Socket.io
- Responsive UI built with React
- Backend API using Express.js and MongoDB
- React.js
- Redux (for state management)
- React Router (for navigation)
- Fetch API (for API calls)
- Material UI (for styling)
- Node.js
- Express.js
- MongoDB (Mongoose for ORM)
- JSON Web Tokens (JWT) for authentication
- Socket.io for real-time messaging
Ensure you have the following installed:
- Node.js
- MongoDB
- npm or yarn
- Clone the repository:
git clone https://github.com/iamakashrout/Social-Media-Application.git cd Social-Media-Application
- Install dependencies:
- For backend:
cd backend npm install
- For frontend:
cd frontend npm install
- For backend:
- Set up environment variables:
- Create a .env file in the backend folder and add:
MONGO_URL=your_mongodb_connection_string JWT_SECRET=your_jwt_secret BASE_URL=https://oneworld.onrender.com
- Create a .env file in the backend folder and add:
- Start the application:
- Run the backend server:
cd backend npm start
- Run the frontend app:
cd frontend npm start
- Run the backend server:
- Access the application: Open
http://localhost:3000
in your browser.
Feel free to fork the repo and submit pull requests. Make sure to follow coding standards and write clean, modular code.
For any issues, feel free to reach out via GitHub Issues.