video listing platform
1.0.0
List multiple (group) YouTube videos in a page based layout. Ex: Lecture sessions, Movie Trailers, Favorites..
This is developed using the PHP CodeIgnitor Framework with Bootstrap for the frontend.
o
|-- Video Group
| |-- Title
| |-- Description
| |-- Image
| |-- Author {}
| `-- List of Videos []
|-- Author
| |-- Name
| `-- Image
`-- Video
|-- Title
`-- YouTube ID
Rename the following files as mentioned below
Change the 'base_url' in config.php
To be Added