A personalized online meeting platform
- Backend - Node.js
- Frontend - React.js
- Framework - webRTC
Setting up on a Local Machine
- Clone the repository.
- Start the server:
cd server && docker-compose up -d
- Start the client:
cd client && docker-compose up -d
- Visit
localhost:3000
in your web browser to access the application.