Highlights:
- π Real-time Messaging with Typing Indicators & Reactions
- πΉ 1-on-1 and Group Video Calls with Screen Sharing & Recording
- π JWT Authentication & Protected Routes
- π Language Exchange Platform with 32 Unique UI Themes
- β‘ Tech Stack: React + Express + MongoDB + TailwindCSS + TanStack Query
- π§ Global State Management with Zustand
- π¨ Error Handling (Frontend & Backend)
- π Free Deployment
- π― Built with Scalable Technologies like Stream
- β³ And much more!
PORT=5001
MONGO_URI=your_mongo_uri
STEAM_API_KEY=your_steam_api_key
STEAM_API_SECRET=your_steam_api_secret
JWT_SECRET_KEY=your_jwt_secret
NODE_ENV=development
VITE_STREAM_API_KEY=your_stream_api_key
cd backend
npm install
npm run dev
cd frontend
npm install
npm run dev