A video conferencing web application that is set up similarly to popular video conferencing platforms of today. The application will allow users to intialize a room which other users may join with the appropriate link access created by the room's initiator and admin and chat face to face with video and audio streaming to all users within the room.
- Joseph Vanliew (Backend Architecture, Frontend Support)
- Joachim Kuleafenu (Backend Developer, Frontend Support)
- Brenden Koneval (Frontend Developer, Backend Support)
Backend
- cd to
backend .directory starting from /app directory - go mod tidy
- go run main.go
or
go run ./app/xsface/backend/cmd/main.go- It should be running on port
8080and serving your frontend when you run it.
Frontend
- cd to
frontend .starting from /app directory - npm install
.
npm run dev- It should be running on port
5173
Testing
- Visit this page in your browser:
http://localhost:5173/ - Create a log-in user profile and sign in to get started!