Skip to content

mr-robot-abhi/LinkedIn_Clone_MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin Clone with MERN Stack✨

Demo App

About This Course:

  • 🚀 Project Setup
  • 🗄️ MongoDB Integration
  • 🔐 Authentication System with JWT
  • ✉️ Welcome Emails
  • 🎨 Design with Tailwind & DaisyUI
  • 🛡️ Data Protection
  • 🤝 Connection Requests (Send, Accept, Reject)
  • 📝 Creating and Sharing Posts
  • 🖼️ Image Upload for Posts and Profiles
  • 👤 Profile Creation and Updates
  • 👥 Suggested Users Feature
  • 👍 Like and Comment on Posts
  • 📰 News Feed Algorithm
  • ⌛ And a lot more...

Setup .env file

PORT=5000
MONGO_URI=<your_mongo_uri>

JWT_SECRET=<yourverystrongsecret>

NODE_ENV=development

MAILTRAP_TOKEN=<your_mailtrap_token>
EMAIL_FROM=mailtrap@demomailtrap.com
EMAIL_FROM_NAME=<Your_Name>

CLOUDINARY_API_KEY=<your_cloudinary_api_key>
CLOUDINARY_API_SECRET=<your_cloudinary_api_secret>
CLOUDINARY_CLOUD_NAME=<your_cloudinary_cloud_name>

CLIENT_URL=http://localhost:5173

Run this app locally

npm run build

Start the app

npm run start

About

Clone of LinkedIn using MERN Stack, MailTrap and Cloudinary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages