Highlights:
- π¬ Real-time Messaging with Threads, Reactions & Pinned Messages
- π File Sharing (Images, PDFs, ZIPs & more)
- π Polls with Multiple Options, Anonymous Mode, Suggestions & Comments
- π Clerk Authentication with Secure User Management
- π¨ Direct Messages & Private Channels
- πΉ 1-on-1 and Group Video Calls with Screen Sharing & Recording
- π Real-time Reactions during Calls
- π§ Background Jobs powered by Inngest
- π¨ Production-grade Error Monitoring with Sentry
- π€ AI-powered Code Suggestions with CodeRabbit
- π Free Deployment Setup
- π― Built with Scalable Technologies like Stream
- β³ And much more!
PORT=5001
MONGO_URI=your_mongo_uri_here
NODE_ENV=development
CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
CLERK_SECRET_KEY=your_clerk_secret_key_here
STREAM_API_KEY=your_stream_api_key_here
STREAM_API_SECRET=your_stream_api_secret_here
SENTRY_DSN=your_sentry_dsn_here
INNGEST_EVENT_KEY=your_inngest_event_key_here
INNGEST_SIGNING_KEY=your_inngest_signing_key_here
CLIENT_URL=http://localhost:5173
VITE_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key_here
VITE_STREAM_API_KEY=your_stream_api_key_here
VITE_SENTRY_DSN=your_sentry_dsn_here
VITE_API_BASE_URL=http://localhost:5001/api
cd backend
npm install
npm run dev
cd frontend
npm install
npm run dev