Skip to content

Tahsin005/UnLinked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unlinked - Linkedin Clone ✨

About This Site:

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

Setup .env file

PORT=5000
MONGO_URI=<your_mongo_uri>

JWT_SECRET=<yourjwtsecret>

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

Live Link

https://unlinked-siot.onrender.com/

Languages