A fast feature rich minimalistic Microsoft Teams clone.
Project is live at : Relier
Postman collection for REST API : Postman collection
OpenVidu (a wrapper over the Kurento media server) is used for the video calling functionality. It is self hosted at Link.
You can directly use the hosted one to test or deploy your own server.
Frontend Repository lives at : Relier-front
Use Latest nodejs (14+).
Install mysql and edit your mysql credentials in ormconfig.json .
cd relier
git pull --recurse-submodules
npm install
cd src/relier-front
npm install
npm run build
cd src/relier
npm install typescript -g
npm start