Skip to content

burakorkmez/tinder-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tinder Clone ✨

Demo App

Video Tutorial on Youtube

About This Course:

  • 🔐 Authentication System with JWT
  • 🛡️ Route Protection
  • 👤 User Profile Creation and Updates
  • 🖼️ Image Upload for Profiles
  • 🔄 Swipe Right/Left Feature
  • 💬 Real-time Chat Messaging
  • 🔔 Real-time Notifications
  • 🤝 Matching Algorithm
  • 📱 Responsive Mobile Design
  • ⌛ And a lot more...

Setup .env file

PORT=5000
MONGO_URI=<your_mongo_uri>

JWT_SECRET=<your_very_strong_secret>

NODE_ENV=development
CLIENT_URL=http://localhost:5173

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

Run this app locally

  • Set NODE_ENV=production and build the app 👇
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