Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 405 Bytes

Dyte Meeting Sample

This sample uses CodeIgniter for server and Angular for client

Start server

Before starting add org id and api key information from https://dev.dyte.io/apikeys To server/app/Controllers/Meeting.php and server/app/Controllers/Participant.php

cd server
php serve spark

Start client

cd client
npm start

This will start client on http://localhost:4200