Skip to content

IssamHRI/Linkedin-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linkedin Clone

Demo App

Project Overview:

  • 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

Setup .env file

PORT=5000
MONGO_URI=<your_mongo_uri>

JWT_SECRET=<yourverystrongsecret>

NODE_ENV=development

MAILTRAP_TOKEN=<your_mailtrap_token>
[email protected]
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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages