A WebRTC based real-time video conferencing app.
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
To run locally, run the following commands in the api folder, then in the client folder:
npm install && npm start