Skip to content

hrishiD-codes/AI-Powered-Meeting-Platform-MeetBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MeetBuddy

Real-time video conferencing platform with WebRTC.

Quick Start

Backend

cd backend
npm install
npx prisma generate
npx prisma migrate dev --name init
npm run dev

Frontend

cd frontend
npm install
npm run dev

Environment Setup

Backend (.env)

DATABASE_URL="postgresql://postgres:password@localhost:5432/meetbuddy?schema=public"
JWT_SECRET=your-secret-key
FRONTEND_URL=http://localhost:3000

Frontend (.env.local)

NEXT_PUBLIC_API_URL=http://localhost:3001
NEXT_PUBLIC_WS_URL=http://localhost:3001

Features

  • User Authentication
  • Meeting Creation with unique codes
  • WebRTC Video/Audio
  • Real-time Chat
  • Meeting History

Documentation

See implementation_plan.md for detailed setup and architecture.

About

MeetBuddy: An upcoming AI-powered meeting platform designed for seamless collaboration. Built with a scalable Next.js/Express architecture, leveraging WebRTC for peer-to-peer media streaming and Socket.io for instant messaging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors