Skip to content

AamirL1011/WeChatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeChatter (Beta)

A WebRTC based real-time video conferencing app.

Running in Docker

There is a provided Docker compose configuration file provided in the root directly. Simply run the following command in the root directory to build and run both the client and api server:

docker compose up --build

Running Locally

To run locally, run the following commands in the api folder, then in the client folder:

npm install && npm start