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.
- Dashboard - Where administrator can publish grouped videos
- Public View
- Overview - List of all the grouped videos
- View of a single group
o
|-- Video Group
| |-- Title
| |-- Description
| |-- Image
| |-- Author {}
| `-- List of Videos []
|-- Author
| |-- Name
| `-- Image
`-- Video
|-- Title
`-- YouTube ID
Rename the following files as mentioned below
- application/config/config.sample.php --> config.php
- application/config/database.sample.php --> database.php
Change the 'base_url' in config.php
To be Added