This is the repository for my MERN stack Social media app. To use this in your local system:
- Clone the repository
- Create a .env file and add your MONGO_URL and PORT=3001 in it
- In both server and client folder use the command " npm i --legacy-peer-deps "
- Start the server and client individually using "npm run start"