https://github.com/doctorpok42/facemeet
https://github.com/doctorpok42/facemeet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/doctorpok42/facemeet
- Owner: DoctorPok42
- License: mit
- Created: 2024-08-20T01:47:36.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T14:30:40.000Z (8 months ago)
- Last Synced: 2025-01-10T09:20:25.593Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FaceMeet
FaceMeet is a web application that allows users to make video calls with their friends and family. The application is build using PeerJS and WebRTC.
## Features
- Video call with friends and family
- Mute audio
- Mute video
- Fullscreen mode
- Contact list## Installation
1. Clone the repository
```bash
git clone [email protected]:DoctorPok42/FaceMeet.git
```2. Install dependencies
```bash
npm install && cd server && npm install
```3. Start the server
```bash
cd server && node server.js
```4. Start the client
```bash
npm run dev
```5. Open the browser and go to `http://localhost:3000`
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details