Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

petrsvihlik/acs-roulette

Repository files navigation

Live Demo

ACS Roulette

Video-chat website that pairs random users in 1-on-1 sessions based on Azure Communication Services.

Calling myself This is how I connected myself to my random self.

Live demo

Prerequisites

Server

  • create a .env file with COMMUNICATION_SERVICES_CONNECTION_STRING="<acsResourceConnectionString>"
  • npm i
  • npm run debug
  • ngrok http 8080 -host-header="localhost:8080"

Client

  • cd client
  • create a .env file with CONNECTION_BASE_API_URL="https://<acsRouletteServerBaseUrl>"
  • npm i
  • npm run start