Welcome to Simran's Streamify, a full-stack real-time chat and video communication platform designed for modern-day language learners, professionals, and friends. π
- π¬ Real-time Messaging with typing indicators and emoji reactions
- π 1-on-1 & Group Video Calls with screen sharing and recording
- π Secure JWT Authentication and protected routes
- π¨ 32 Unique UI Themes for user customization
- π Powered by: React, Express, MongoDB, TailwindCSS, TanStack Query
- π§ Global state managed with Zustand
- β Built-in Error Handling (frontend + backend)
- βοΈ Easily deployable and scalable
- π Inspired by real-world communication needs
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
### Frontend (`/frontend`)
VITE_STREAM_API_KEY=your_stream_api_key
---
## π§ Run the Backend
```bash
cd backend
npm install
npm run dev
cd frontend
npm install
npm run dev