Skip to content

suhitmajumdar/video-listing-platform

 
 

Repository files navigation

YouTube group video listing platform

List multiple(group) YouTube videos in a page based layout. Ex: Lecture sessions, Movie Trailers, Favourites..

Development

This will be developed using the PHP CodeIgnitor Framework. and for the frontend Bootsrap is used

Platform components

  1. Dashboard - Where administrator can publish grouped videos
  2. Public View
    • Overview - List of all the grouped videos
    • View of a single group

Data model

o
|-- Video Group
|   |-- Title
|   |-- Description
|   |-- Image
|   |-- Author {}
|   `-- List of Videos []
|-- Author
|   |-- Name
|   `-- Image
`-- Video
    |-- Title
    `-- YouTube ID

Installation guide

Rename the following files as mentoned below

  1. application/config/config.sample.php --> config.php
  2. application/config/database.sample.php --> database.php

Change the 'base_url' in config.php

Sample Applications

To be Added

About

List multiple YouTube videos in page based layout

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 81.7%
  • PHP 17.1%
  • Other 1.2%