/php-codeigniter-angular

A sample using CodeIgniter and Angular

Primary LanguagePHP

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