This is a social media app built using the MERN stack. It includes authentication, posts, likes, comments, and follows.
- Authentication
- Posts
- Likes
- Comments
- Follows
- MongoDB
- Express
- React
- Node.js
- Clone the repository
git clone https://github.com/imabhinavdev/mern-social-media.git
- Install dependencies
cd mern-social-media
- Install server dependencies
cd server
npm install
- Install client dependencies
cd client
npm install
- Run the app
cd server
npm run start