this is the backend repo for Frontend repo its used as a signalling server and an in memory store for managing candidates and rooms
- git clone
- create venv
python3 -m venv venv
- activate venv
source venv/bin/activate
-
in app.py replace all variables like username password, key etc with your desired values
-
install deps
pip install -r req.txt
- start the server
python3 app.py